Shades of Light Sea Green #20CBBB
Tints of Light Sea Green #20CBBB
RGB
CMYK
RGB Variations
Color information
#20CBBB (or 0x20CBBB) is known color: Light Sea Green. HEX triplet: 20, CB and BB. RGB value is (32,203,187). Sum of RGB (Red+Green+Blue) = 32+203+187=422 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.58% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #20CBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBBB is #DF3444. Grayscale: #959595. Windows color (decimal): -14627909 or 12307232. OLE color: 12307232.
HSL color Cylindrical-coordinate representation of color #20CBBB: hue angle of 174.39º 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 #20CBBB is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 187 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.20 |
| HSL | 174.39º | 0.73% | 0.46% | - |
| HSV(B) | 174.39º | 0.84% | 0.8% | - |
| XYZ | 30.92 | 46.61 | 54.38 | - |
| YUV | 150.05 | 148.85 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 187 | 0.84 | 0 | 0.08 | 0.20 | 174.39 | 0.73 | 0.46 |
| Hex | 20 | CB | BB | 54 | 0 | 8 | 14 | AE | 49 | 2E |
| Octal | 40 | 313 | 273 | 124 | 0 | 10 | 24 | 256 | 111 | 56 |
| Binary | 100000 | 11001011 | 10111011 | 1010100 | 0 | 1000 | 10100 | 10101110 | 1001001 | 101110 |
Color Harmonies of #20CBBB
Complementary color
Monochromatic Colors of #20CBBB
Black with #20CBBB
Text Example
Text Example
White with #20CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBBB; }
p { color: rgb(32,203,187); }
H1.HeaderClassName
{
color: #20CBBB;
}
.AnyTagClassName
{
color: #20CBBB;
}
</style>
background-color css
<style>
a { background-color: #20CBBB; }
a { background-color: rgb(32,203,187); }
div.DivClassName
{
background-color: #20CBBB;
}
.BgClassName
{
background-color: #20CBBB;
}
</style>
border-color css
<style>
span { border-color: #20CBBB; }
span { border-color: rgb(32,203,187); }
td.TdClassName
{
border-color: #20CBBB;
}
.TagClassName
{
border-color: #20CBBB;
}
</style>