#20A2A5

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

Shades of Light Sea Green #20A2A5

Tints of Light Sea Green #20A2A5

Color information

#20A2A5 (or 0x20A2A5) is unknown color: approx Light Sea Green. HEX triplet: 20, A2 and A5. RGB value is (32,162,165). Sum of RGB (Red+Green+Blue) = 32+162+165=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 165 - color contains mainly: blue. Hex color #20A2A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A2A5 is #DF5D5A. Grayscale: #7B7B7B. Windows color (decimal): -14638427 or 10854944. OLE color: 10854944.

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

Color convert

RGB32162165-
CMYK0.810.0200.35
HSL181.35º67.51%38.63%-
HSV(B)181.35º80.61%64.71%-
XYZ20.3128.8640.1-
YUV123.47151.4362.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.91%
GREEN value IS 162 (63.67% from 255) = 45.13%
BLUE value IS 165 (64.84% from 255) = 45.96%
R=8.91%
G=45.13%
B=45.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal321621650.810.0200.35181.3567.5138.63
Hex20A2A5512023b54427
Octal40242245121204326510447
Binary10000010100010101001011010001100100011101101011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,162,165); }

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

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

 a { background-color: rgb(32,162,165); }

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

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

 span { border-color: rgb(32,162,165); }

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