#20BFA0

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

Shades of Light Sea Green #20BFA0

Tints of Light Sea Green #20BFA0

Color information

#20BFA0 (or 0x20BFA0) is unknown color: approx Light Sea Green. HEX triplet: 20, BF and A0. RGB value is (32,191,160). Sum of RGB (Red+Green+Blue) = 32+191+160=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #20BFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BFA0 is #DF405F. Grayscale: #8B8B8B. Windows color (decimal): -14631008 or 10534688. OLE color: 10534688.

HSL color Cylindrical-coordinate representation of color #20BFA0: hue angle of 168.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BFA0 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB32191160-
CMYK0.8300.160.25
HSL168.3º71.3%43.73%-
HSV(B)168.3º83.25%74.9%-
XYZ25.5740.1139.65-
YUV139.92139.3251.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.36%
GREEN value IS 191 (75% from 255) = 49.87%
BLUE value IS 160 (62.89% from 255) = 41.78%
R=8.36%
G=49.87%
B=41.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321911600.8300.160.25168.371.343.73
Hex20BFA05301019a8472c
Octal402772401230203125010754
Binary1000001011111110100000101001101000011001101010001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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