#20B3A0

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

Shades of Light Sea Green #20B3A0

Tints of Light Sea Green #20B3A0

Color information

#20B3A0 (or 0x20B3A0) is unknown color: approx Light Sea Green. HEX triplet: 20, B3 and A0. RGB value is (32,179,160). Sum of RGB (Red+Green+Blue) = 32+179+160=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #20B3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B3A0 is #DF4C5F. Grayscale: #848484. Windows color (decimal): -14634080 or 10531616. OLE color: 10531616.

HSL color Cylindrical-coordinate representation of color #20B3A0: hue angle of 172.24º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B3A0 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB32179160-
CMYK0.8200.110.30
HSL172.24º69.67%41.37%-
HSV(B)172.24º82.12%70.2%-
XYZ23.0635.0938.81-
YUV132.88143.356.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.63%
GREEN value IS 179 (70.31% from 255) = 48.25%
BLUE value IS 160 (62.89% from 255) = 43.13%
R=8.63%
G=48.25%
B=43.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal321791600.8200.110.30172.2469.6741.37
Hex20B3A0520B1Eac4629
Octal402632401220133625410651
Binary100000101100111010000010100100101111110101011001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,179,160); }

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

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

 a { background-color: rgb(32,179,160); }

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

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

 span { border-color: rgb(32,179,160); }

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