#20A7A9

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

Shades of Light Sea Green #20A7A9

Tints of Light Sea Green #20A7A9

Color information

#20A7A9 (or 0x20A7A9) is unknown color: approx Light Sea Green. HEX triplet: 20, A7 and A9. RGB value is (32,167,169). Sum of RGB (Red+Green+Blue) = 32+167+169=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 169 - color contains mainly: blue. Hex color #20A7A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A7A9 is #DF5856. Grayscale: #7E7E7E. Windows color (decimal): -14637143 or 11118368. OLE color: 11118368.

HSL color Cylindrical-coordinate representation of color #20A7A9: hue angle of 180.88º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A7A9 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB32167169-
CMYK0.810.0100.34
HSL180.88º68.16%39.41%-
HSV(B)180.88º81.07%66.27%-
XYZ21.5830.8142.35-
YUV126.86151.7760.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.70%
GREEN value IS 167 (65.62% from 255) = 45.38%
BLUE value IS 169 (66.41% from 255) = 45.92%
R=8.70%
G=45.38%
B=45.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal321671690.810.0100.34180.8868.1639.41
Hex20A7A9511022b54427
Octal40247251121104226510447
Binary1000001010011110101001101000110100010101101011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,167,169); }

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

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

 a { background-color: rgb(32,167,169); }

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

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

 span { border-color: rgb(32,167,169); }

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