#20b6a3

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

Shades of Light Sea Green #20B6A3

Tints of Light Sea Green #20B6A3

Color information

#20B6A3 (or 0x20B6A3) is unknown color: approx Light Sea Green. HEX triplet: 20, B6 and A3. RGB value is (32,182,163). Sum of RGB (Red+Green+Blue) = 32+182+163=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #20B6A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B6A3 is #DF495C. Grayscale: #868686. Windows color (decimal): -14633309 or 10728992. OLE color: 10728992.

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

Color convert

RGB32182163-
CMYK0.8200.100.29
HSL172.4º70.09%41.96%-
HSV(B)172.4º82.42%71.37%-
XYZ23.9336.4140.42-
YUV134.98143.854.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.49%
GREEN value IS 182 (71.48% from 255) = 48.28%
BLUE value IS 163 (64.06% from 255) = 43.24%
R=8.49%
G=48.28%
B=43.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal321821630.8200.100.29172.470.0941.96
Hex20B6A3520A1Dac462a
Octal402662431220123525410652
Binary100000101101101010001110100100101011101101011001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20b6a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,182,163); }

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

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

 a { background-color: rgb(32,182,163); }

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

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

 span { border-color: rgb(32,182,163); }

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