Shades of Light Sea Green #20B0BE
Tints of Light Sea Green #20B0BE
RGB
CMYK
RGB Variations
Color information
#20B0BE (or 0x20B0BE) is known color: Light Sea Green. HEX triplet: 20, B0 and BE. RGB value is (32,176,190). Sum of RGB (Red+Green+Blue) = 32+176+190=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #20B0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B0BE is #DF4F41. Grayscale: #868686. Windows color (decimal): -14634818 or 12496928. OLE color: 12496928.
HSL color Cylindrical-coordinate representation of color #20B0BE: hue angle of 185.32º 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 #20B0BE is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 176 | 190 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.25 |
| HSL | 185.32º | 0.71% | 0.44% | - |
| HSV(B) | 185.32º | 0.83% | 0.75% | - |
| XYZ | 25.42 | 35.08 | 54.15 | - |
| YUV | 134.54 | 159.29 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 176 | 190 | 0.83 | 0.07 | 0 | 0.25 | 185.32 | 0.71 | 0.44 |
| Hex | 20 | B0 | BE | 53 | 7 | 0 | 19 | B9 | 47 | 2C |
| Octal | 40 | 260 | 276 | 123 | 7 | 0 | 31 | 271 | 107 | 54 |
| Binary | 100000 | 10110000 | 10111110 | 1010011 | 111 | 0 | 11001 | 10111001 | 1000111 | 101100 |
Color Harmonies of #20B0BE
Complementary color
Monochromatic Colors of #20B0BE
Black with #20B0BE
Text Example
Text Example
White with #20B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B0BE; }
p { color: rgb(32,176,190); }
H1.HeaderClassName
{
color: #20B0BE;
}
.AnyTagClassName
{
color: #20B0BE;
}
</style>
background-color css
<style>
a { background-color: #20B0BE; }
a { background-color: rgb(32,176,190); }
div.DivClassName
{
background-color: #20B0BE;
}
.BgClassName
{
background-color: #20B0BE;
}
</style>
border-color css
<style>
span { border-color: #20B0BE; }
span { border-color: rgb(32,176,190); }
td.TdClassName
{
border-color: #20B0BE;
}
.TagClassName
{
border-color: #20B0BE;
}
</style>