Shades of Light Sea Green #20CBAF
Tints of Light Sea Green #20CBAF
RGB
CMYK
RGB Variations
Color information
#20CBAF (or 0x20CBAF) is known color: Light Sea Green. HEX triplet: 20, CB and AF. RGB value is (32,203,175). Sum of RGB (Red+Green+Blue) = 32+203+175=410 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.80% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #20CBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CBAF is #DF3450. Grayscale: #949494. Windows color (decimal): -14627921 or 11520800. OLE color: 11520800.
HSL color Cylindrical-coordinate representation of color #20CBAF: hue angle of 170.18º 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 #20CBAF is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 175 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.20 |
| HSL | 170.18º | 0.73% | 0.46% | - |
| HSV(B) | 170.18º | 0.84% | 0.8% | - |
| XYZ | 29.69 | 46.11 | 47.89 | - |
| YUV | 148.68 | 142.85 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 175 | 0.84 | 0 | 0.14 | 0.20 | 170.18 | 0.73 | 0.46 |
| Hex | 20 | CB | AF | 54 | 0 | E | 14 | AA | 49 | 2E |
| Octal | 40 | 313 | 257 | 124 | 0 | 16 | 24 | 252 | 111 | 56 |
| Binary | 100000 | 11001011 | 10101111 | 1010100 | 0 | 1110 | 10100 | 10101010 | 1001001 | 101110 |
Color Harmonies of #20CBAF
Complementary color
Monochromatic Colors of #20CBAF
Black with #20CBAF
Text Example
Text Example
White with #20CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBAF; }
p { color: rgb(32,203,175); }
H1.HeaderClassName
{
color: #20CBAF;
}
.AnyTagClassName
{
color: #20CBAF;
}
</style>
background-color css
<style>
a { background-color: #20CBAF; }
a { background-color: rgb(32,203,175); }
div.DivClassName
{
background-color: #20CBAF;
}
.BgClassName
{
background-color: #20CBAF;
}
</style>
border-color css
<style>
span { border-color: #20CBAF; }
span { border-color: rgb(32,203,175); }
td.TdClassName
{
border-color: #20CBAF;
}
.TagClassName
{
border-color: #20CBAF;
}
</style>