Shades of Light Sea Green #20C9BA
Tints of Light Sea Green #20C9BA
RGB
CMYK
RGB Variations
Color information
#20C9BA (or 0x20C9BA) is known color: Light Sea Green. HEX triplet: 20, C9 and BA. RGB value is (32,201,186). Sum of RGB (Red+Green+Blue) = 32+201+186=419 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.64% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #20C9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C9BA is #DF3645. Grayscale: #949494. Windows color (decimal): -14628422 or 12241184. OLE color: 12241184.
HSL color Cylindrical-coordinate representation of color #20C9BA: hue angle of 174.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C9BA is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 186 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.21 |
| HSL | 174.67º | 0.73% | 0.46% | - |
| HSV(B) | 174.67º | 0.84% | 0.79% | - |
| XYZ | 30.35 | 45.63 | 53.66 | - |
| YUV | 148.76 | 149.01 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 186 | 0.84 | 0 | 0.07 | 0.21 | 174.67 | 0.73 | 0.46 |
| Hex | 20 | C9 | BA | 54 | 0 | 7 | 15 | AF | 49 | 2E |
| Octal | 40 | 311 | 272 | 124 | 0 | 7 | 25 | 257 | 111 | 56 |
| Binary | 100000 | 11001001 | 10111010 | 1010100 | 0 | 111 | 10101 | 10101111 | 1001001 | 101110 |
Color Harmonies of #20C9BA
Complementary color
Monochromatic Colors of #20C9BA
Black with #20C9BA
Text Example
Text Example
White with #20C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C9BA; }
p { color: rgb(32,201,186); }
H1.HeaderClassName
{
color: #20C9BA;
}
.AnyTagClassName
{
color: #20C9BA;
}
</style>
background-color css
<style>
a { background-color: #20C9BA; }
a { background-color: rgb(32,201,186); }
div.DivClassName
{
background-color: #20C9BA;
}
.BgClassName
{
background-color: #20C9BA;
}
</style>
border-color css
<style>
span { border-color: #20C9BA; }
span { border-color: rgb(32,201,186); }
td.TdClassName
{
border-color: #20C9BA;
}
.TagClassName
{
border-color: #20C9BA;
}
</style>