Shades of Light Sea Green #20B9C0
Tints of Light Sea Green #20B9C0
RGB
CMYK
RGB Variations
Color information
#20B9C0 (or 0x20B9C0) is known color: Light Sea Green. HEX triplet: 20, B9 and C0. RGB value is (32,185,192). Sum of RGB (Red+Green+Blue) = 32+185+192=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #20B9C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B9C0 is #DF463F. Grayscale: #8B8B8B. Windows color (decimal): -14632512 or 12630304. OLE color: 12630304.
HSL color Cylindrical-coordinate representation of color #20B9C0: hue angle of 182.62º 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 #20B9C0 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 185 | 192 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.25 |
| HSL | 182.63º | 0.71% | 0.44% | - |
| HSV(B) | 182.63º | 0.83% | 0.75% | - |
| XYZ | 27.46 | 38.81 | 55.91 | - |
| YUV | 140.05 | 157.31 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 185 | 192 | 0.83 | 0.04 | 0 | 0.25 | 182.63 | 0.71 | 0.44 |
| Hex | 20 | B9 | C0 | 53 | 4 | 0 | 19 | B7 | 47 | 2C |
| Octal | 40 | 271 | 300 | 123 | 4 | 0 | 31 | 267 | 107 | 54 |
| Binary | 100000 | 10111001 | 11000000 | 1010011 | 100 | 0 | 11001 | 10110111 | 1000111 | 101100 |
Color Harmonies of #20B9C0
Complementary color
Monochromatic Colors of #20B9C0
Black with #20B9C0
Text Example
Text Example
White with #20B9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B9C0; }
p { color: rgb(32,185,192); }
H1.HeaderClassName
{
color: #20B9C0;
}
.AnyTagClassName
{
color: #20B9C0;
}
</style>
background-color css
<style>
a { background-color: #20B9C0; }
a { background-color: rgb(32,185,192); }
div.DivClassName
{
background-color: #20B9C0;
}
.BgClassName
{
background-color: #20B9C0;
}
</style>
border-color css
<style>
span { border-color: #20B9C0; }
span { border-color: rgb(32,185,192); }
td.TdClassName
{
border-color: #20B9C0;
}
.TagClassName
{
border-color: #20B9C0;
}
</style>