Shades of Light Sea Green #19C9BA
Tints of Light Sea Green #19C9BA
RGB
CMYK
RGB Variations
Color information
#19C9BA (or 0x19C9BA) is known color: Light Sea Green. HEX triplet: 19, C9 and BA. RGB value is (25,201,186). Sum of RGB (Red+Green+Blue) = 25+201+186=412 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.07% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #19C9BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C9BA is #E63645. Grayscale: #929292. Windows color (decimal): -15087174 or 12241177. OLE color: 12241177.
HSL color Cylindrical-coordinate representation of color #19C9BA: hue angle of 174.89º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19C9BA is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 201 | 186 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.21 |
| HSL | 174.89º | 0.78% | 0.44% | - |
| HSV(B) | 174.89º | 0.88% | 0.79% | - |
| XYZ | 30.15 | 45.53 | 53.65 | - |
| YUV | 146.67 | 150.19 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 201 | 186 | 0.88 | 0 | 0.07 | 0.21 | 174.89 | 0.78 | 0.44 |
| Hex | 19 | C9 | BA | 58 | 0 | 7 | 15 | AF | 4E | 2C |
| Octal | 31 | 311 | 272 | 130 | 0 | 7 | 25 | 257 | 116 | 54 |
| Binary | 11001 | 11001001 | 10111010 | 1011000 | 0 | 111 | 10101 | 10101111 | 1001110 | 101100 |
Color Harmonies of #19C9BA
Complementary color
Monochromatic Colors of #19C9BA
Black with #19C9BA
Text Example
Text Example
White with #19C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C9BA; }
p { color: rgb(25,201,186); }
H1.HeaderClassName
{
color: #19C9BA;
}
.AnyTagClassName
{
color: #19C9BA;
}
</style>
background-color css
<style>
a { background-color: #19C9BA; }
a { background-color: rgb(25,201,186); }
div.DivClassName
{
background-color: #19C9BA;
}
.BgClassName
{
background-color: #19C9BA;
}
</style>
border-color css
<style>
span { border-color: #19C9BA; }
span { border-color: rgb(25,201,186); }
td.TdClassName
{
border-color: #19C9BA;
}
.TagClassName
{
border-color: #19C9BA;
}
</style>