#20AFAC

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

Shades of Light Sea Green #20AFAC

Tints of Light Sea Green #20AFAC

Color information

#20AFAC (or 0x20AFAC) is unknown color: approx Light Sea Green. HEX triplet: 20, AF and AC. RGB value is (32,175,172). Sum of RGB (Red+Green+Blue) = 32+175+172=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #20AFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AFAC is #DF5053. Grayscale: #838383. Windows color (decimal): -14635092 or 11317024. OLE color: 11317024.

HSL color Cylindrical-coordinate representation of color #20AFAC: hue angle of 178.74º 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 #20AFAC is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB32175172-
CMYK0.8200.020.31
HSL178.74º69.08%40.59%-
HSV(B)178.74º81.71%68.63%-
XYZ23.3733.9544.35-
YUV131.9150.6256.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.44%
GREEN value IS 175 (68.75% from 255) = 46.17%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=8.44%
G=46.17%
B=45.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal321751720.8200.020.31178.7469.0840.59
Hex20AFAC52021Fb34529
Octal40257254122023726310551
Binary1000001010111110101100101001001011111101100111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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