Shades of Light Sea Green #19CBBA
Tints of Light Sea Green #19CBBA
RGB
CMYK
RGB Variations
Color information
#19CBBA (or 0x19CBBA) is known color: Light Sea Green. HEX triplet: 19, CB and BA. RGB value is (25,203,186). Sum of RGB (Red+Green+Blue) = 25+203+186=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #19CBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CBBA is #E63445. Grayscale: #939393. Windows color (decimal): -15086662 or 12241689. OLE color: 12241689.
HSL color Cylindrical-coordinate representation of color #19CBBA: hue angle of 174.27º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CBBA is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 186 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.20 |
| HSL | 174.27º | 0.78% | 0.45% | - |
| HSV(B) | 174.27º | 0.88% | 0.8% | - |
| XYZ | 30.62 | 46.46 | 53.81 | - |
| YUV | 147.84 | 149.53 | 40.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 186 | 0.88 | 0 | 0.08 | 0.20 | 174.27 | 0.78 | 0.45 |
| Hex | 19 | CB | BA | 58 | 0 | 8 | 14 | AE | 4E | 2D |
| Octal | 31 | 313 | 272 | 130 | 0 | 10 | 24 | 256 | 116 | 55 |
| Binary | 11001 | 11001011 | 10111010 | 1011000 | 0 | 1000 | 10100 | 10101110 | 1001110 | 101101 |
Color Harmonies of #19CBBA
Complementary color
Monochromatic Colors of #19CBBA
Black with #19CBBA
Text Example
Text Example
White with #19CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CBBA; }
p { color: rgb(25,203,186); }
H1.HeaderClassName
{
color: #19CBBA;
}
.AnyTagClassName
{
color: #19CBBA;
}
</style>
background-color css
<style>
a { background-color: #19CBBA; }
a { background-color: rgb(25,203,186); }
div.DivClassName
{
background-color: #19CBBA;
}
.BgClassName
{
background-color: #19CBBA;
}
</style>
border-color css
<style>
span { border-color: #19CBBA; }
span { border-color: rgb(25,203,186); }
td.TdClassName
{
border-color: #19CBBA;
}
.TagClassName
{
border-color: #19CBBA;
}
</style>