#20AF66

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

Shades of Medium Sea Green #20AF66

Tints of Medium Sea Green #20AF66

Color information

#20AF66 (or 0x20AF66) is unknown color: approx Medium Sea Green. HEX triplet: 20, AF and 66. RGB value is (32,175,102). Sum of RGB (Red+Green+Blue) = 32+175+102=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF66 is #DF5099. Grayscale: #7C7C7C. Windows color (decimal): -14635162 or 6729504. OLE color: 6729504.

HSL color Cylindrical-coordinate representation of color #20AF66: hue angle of 149.37º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF66 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB32175102-
CMYK0.8200.420.31
HSL149.37º69.08%40.59%-
HSV(B)149.37º81.71%68.63%-
XYZ18.3231.9317.77-
YUV123.92115.6262.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.36%
GREEN value IS 175 (68.75% from 255) = 56.63%
BLUE value IS 102 (40.23% from 255) = 33.01%
R=10.36%
G=56.63%
B=33.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal321751020.8200.420.31149.3769.0840.59
Hex20AF665202A1F954529
Octal402571461220523722510551
Binary1000001010111111001101010010010101011111100101011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20AF66; }

 p { color: rgb(32,175,102); }

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

<style>
 a { background-color: #20AF66; }

 a { background-color: rgb(32,175,102); }

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

<style>
 span { border-color: #20AF66; }

 span { border-color: rgb(32,175,102); }

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