#2FAA76

Color #2FAA76 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2FAA76

Tints of Medium Sea Green #2FAA76

Color information

#2FAA76 (or 0x2FAA76) is unknown color: approx Medium Sea Green. HEX triplet: 2F, AA and 76. RGB value is (47,170,118). Sum of RGB (Red+Green+Blue) = 47+170+118=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAA76 is #D05589. Grayscale: #7F7F7F. Windows color (decimal): -13653386 or 7776815. OLE color: 7776815.

HSL color Cylindrical-coordinate representation of color #2FAA76: hue angle of 154.63º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAA76 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB47170118-
CMYK0.7200.310.33
HSL154.63º56.68%42.55%-
HSV(B)154.63º72.35%66.67%-
XYZ18.8230.6622.07-
YUV127.29122.7570.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 14.03%
GREEN value IS 170 (66.80% from 255) = 50.75%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=14.03%
G=50.75%
B=35.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471701180.7200.310.33154.6356.6842.55
Hex2FAA764801F219b392b
Octal57252166110037412337153
Binary101111101010101110110100100001111110000110011011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FAA76; }

 p { color: rgb(47,170,118); }

 H1.HeaderClassName
 {
   color: #2FAA76;
 }
 .AnyTagClassName
 {
   color: #2FAA76;
 }
</style>
background-color css

<style>
 a { background-color: #2FAA76; }

 a { background-color: rgb(47,170,118); }

 div.DivClassName
 {
   background-color: #2FAA76;
 }
 .BgClassName
 {
   background-color: #2FAA76;
 }
</style>
border-color css

<style>
 span { border-color: #2FAA76; }

 span { border-color: rgb(47,170,118); }

 td.TdClassName
 {
   border-color: #2FAA76;
 }
 .TagClassName
 {
   border-color: #2FAA76;
 }
</style>