#20C0BB

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

Shades of Light Sea Green #20C0BB

Tints of Light Sea Green #20C0BB

Color information

#20C0BB (or 0x20C0BB) is unknown color: approx Light Sea Green. HEX triplet: 20, C0 and BB. RGB value is (32,192,187). Sum of RGB (Red+Green+Blue) = 32+192+187=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #20C0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C0BB is #DF3F44. Grayscale: #8F8F8F. Windows color (decimal): -14630725 or 12304416. OLE color: 12304416.

HSL color Cylindrical-coordinate representation of color #20C0BB: hue angle of 178.12º 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 #20C0BB is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB32192187-
CMYK0.8300.030.25
HSL178.12º71.43%43.92%-
HSV(B)178.12º83.33%75.29%-
XYZ28.4141.5953.54-
YUV143.59152.4948.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.79%
GREEN value IS 192 (75.39% from 255) = 46.72%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=7.79%
G=46.72%
B=45.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321921870.8300.030.25178.1271.4343.92
Hex20C0BB530319b2472c
Octal40300273123033126210754
Binary1000001100000010111011101001101111001101100101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,192,187); }

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

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

 a { background-color: rgb(32,192,187); }

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

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

 span { border-color: rgb(32,192,187); }

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