#20A8AC

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

Shades of Light Sea Green #20A8AC

Tints of Light Sea Green #20A8AC

Color information

#20A8AC (or 0x20A8AC) is unknown color: approx Light Sea Green. HEX triplet: 20, A8 and AC. RGB value is (32,168,172). Sum of RGB (Red+Green+Blue) = 32+168+172=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #20A8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A8AC is #DF5753. Grayscale: #7F7F7F. Windows color (decimal): -14636884 or 11315232. OLE color: 11315232.

HSL color Cylindrical-coordinate representation of color #20A8AC: hue angle of 181.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A8AC is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB32168172-
CMYK0.810.0200.33
HSL181.71º68.63%40%-
HSV(B)181.71º81.4%67.45%-
XYZ22.0431.2943.91-
YUV127.79152.9459.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.60%
GREEN value IS 168 (66.02% from 255) = 45.16%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=8.60%
G=45.16%
B=46.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321681720.810.0200.33181.7168.6340
Hex20A8AC512021b64528
Octal40250254121204126610550
Binary10000010101000101011001010001100100001101101101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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