#20AAAF

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

Shades of Light Sea Green #20AAAF

Tints of Light Sea Green #20AAAF

Color information

#20AAAF (or 0x20AAAF) is unknown color: approx Light Sea Green. HEX triplet: 20, AA and AF. RGB value is (32,170,175). Sum of RGB (Red+Green+Blue) = 32+170+175=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #20AAAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AAAF is #DF5550. Grayscale: #818181. Windows color (decimal): -14636369 or 11512352. OLE color: 11512352.

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

Color convert

RGB32170175-
CMYK0.820.0300.31
HSL182.1º69.08%40.59%-
HSV(B)182.1º81.71%68.63%-
XYZ22.7132.1545.57-
YUV129.31153.7858.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.49%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 175 (68.75% from 255) = 46.42%
R=8.49%
G=45.09%
B=46.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal321701750.820.0300.31182.169.0840.59
Hex20AAAF52301Fb64529
Octal40252257122303726610551
Binary1000001010101010101111101001011011111101101101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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