#20AAB4

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

Shades of Light Sea Green #20AAB4

Tints of Light Sea Green #20AAB4

Color information

#20AAB4 (or 0x20AAB4) is unknown color: approx Light Sea Green. HEX triplet: 20, AA and B4. RGB value is (32,170,180). Sum of RGB (Red+Green+Blue) = 32+170+180=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #20AAB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AAB4 is #DF554B. Grayscale: #818181. Windows color (decimal): -14636364 or 11840032. OLE color: 11840032.

HSL color Cylindrical-coordinate representation of color #20AAB4: hue angle of 184.05º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AAB4 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB32170180-
CMYK0.820.0600.29
HSL184.05º69.81%41.57%-
HSV(B)184.05º82.22%70.59%-
XYZ23.2132.3548.2-
YUV129.88156.2858.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.38%
GREEN value IS 170 (66.80% from 255) = 44.50%
BLUE value IS 180 (70.70% from 255) = 47.12%
R=8.38%
G=44.50%
B=47.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal321701800.820.0600.29184.0569.8141.57
Hex20AAB452601Db8462a
Octal40252264122603527010652
Binary10000010101010101101001010010110011101101110001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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