Shades of Light Sea Green #20CBBA
Tints of Light Sea Green #20CBBA
RGB
CMYK
RGB Variations
Color information
#20CBBA (or 0x20CBBA) is known color: Light Sea Green. HEX triplet: 20, CB and BA. RGB value is (32,203,186). Sum of RGB (Red+Green+Blue) = 32+203+186=421 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.60% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #20CBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBBA is #DF3445. Grayscale: #959595. Windows color (decimal): -14627910 or 12241696. OLE color: 12241696.
HSL color Cylindrical-coordinate representation of color #20CBBA: hue angle of 174.04º 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 #20CBBA is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 186 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.20 |
| HSL | 174.04º | 0.73% | 0.46% | - |
| HSV(B) | 174.04º | 0.84% | 0.8% | - |
| XYZ | 30.81 | 46.56 | 53.82 | - |
| YUV | 149.93 | 148.35 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 186 | 0.84 | 0 | 0.08 | 0.20 | 174.04 | 0.73 | 0.46 |
| Hex | 20 | CB | BA | 54 | 0 | 8 | 14 | AE | 49 | 2E |
| Octal | 40 | 313 | 272 | 124 | 0 | 10 | 24 | 256 | 111 | 56 |
| Binary | 100000 | 11001011 | 10111010 | 1010100 | 0 | 1000 | 10100 | 10101110 | 1001001 | 101110 |
Color Harmonies of #20CBBA
Complementary color
Monochromatic Colors of #20CBBA
Black with #20CBBA
Text Example
Text Example
White with #20CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBBA; }
p { color: rgb(32,203,186); }
H1.HeaderClassName
{
color: #20CBBA;
}
.AnyTagClassName
{
color: #20CBBA;
}
</style>
background-color css
<style>
a { background-color: #20CBBA; }
a { background-color: rgb(32,203,186); }
div.DivClassName
{
background-color: #20CBBA;
}
.BgClassName
{
background-color: #20CBBA;
}
</style>
border-color css
<style>
span { border-color: #20CBBA; }
span { border-color: rgb(32,203,186); }
td.TdClassName
{
border-color: #20CBBA;
}
.TagClassName
{
border-color: #20CBBA;
}
</style>