Shades of Light Sea Green #20CBB8
Tints of Light Sea Green #20CBB8
RGB
CMYK
RGB Variations
Color information
#20CBB8 (or 0x20CBB8) is known color: Light Sea Green. HEX triplet: 20, CB and B8. RGB value is (32,203,184). Sum of RGB (Red+Green+Blue) = 32+203+184=419 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.64% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #20CBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBB8 is #DF3447. Grayscale: #959595. Windows color (decimal): -14627912 or 12110624. OLE color: 12110624.
HSL color Cylindrical-coordinate representation of color #20CBB8: hue angle of 173.33º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CBB8 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 184 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.20 |
| HSL | 173.33º | 0.73% | 0.46% | - |
| HSV(B) | 173.33º | 0.84% | 0.8% | - |
| XYZ | 30.6 | 46.48 | 52.71 | - |
| YUV | 149.71 | 147.35 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 184 | 0.84 | 0 | 0.09 | 0.20 | 173.33 | 0.73 | 0.46 |
| Hex | 20 | CB | B8 | 54 | 0 | 9 | 14 | AD | 49 | 2E |
| Octal | 40 | 313 | 270 | 124 | 0 | 11 | 24 | 255 | 111 | 56 |
| Binary | 100000 | 11001011 | 10111000 | 1010100 | 0 | 1001 | 10100 | 10101101 | 1001001 | 101110 |
Color Harmonies of #20CBB8
Complementary color
Monochromatic Colors of #20CBB8
Black with #20CBB8
Text Example
Text Example
White with #20CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBB8; }
p { color: rgb(32,203,184); }
H1.HeaderClassName
{
color: #20CBB8;
}
.AnyTagClassName
{
color: #20CBB8;
}
</style>
background-color css
<style>
a { background-color: #20CBB8; }
a { background-color: rgb(32,203,184); }
div.DivClassName
{
background-color: #20CBB8;
}
.BgClassName
{
background-color: #20CBB8;
}
</style>
border-color css
<style>
span { border-color: #20CBB8; }
span { border-color: rgb(32,203,184); }
td.TdClassName
{
border-color: #20CBB8;
}
.TagClassName
{
border-color: #20CBB8;
}
</style>