Shades of Light Sea Green #19BFBD
Tints of Light Sea Green #19BFBD
RGB
CMYK
RGB Variations
Color information
#19BFBD (or 0x19BFBD) is known color: Light Sea Green. HEX triplet: 19, BF and BD. RGB value is (25,191,189). Sum of RGB (Red+Green+Blue) = 25+191+189=405 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.17% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #19BFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BFBD is #E64042. Grayscale: #8C8C8C. Windows color (decimal): -15089731 or 12435225. OLE color: 12435225.
HSL color Cylindrical-coordinate representation of color #19BFBD: hue angle of 179.28º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BFBD is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 191 | 189 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.25 |
| HSL | 179.28º | 0.77% | 0.42% | - |
| HSV(B) | 179.28º | 0.87% | 0.75% | - |
| XYZ | 28.22 | 41.14 | 54.6 | - |
| YUV | 141.14 | 155 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 189 | 0.87 | 0 | 0.01 | 0.25 | 179.28 | 0.77 | 0.42 |
| Hex | 19 | BF | BD | 57 | 0 | 1 | 19 | B3 | 4D | 2A |
| Octal | 31 | 277 | 275 | 127 | 0 | 1 | 31 | 263 | 115 | 52 |
| Binary | 11001 | 10111111 | 10111101 | 1010111 | 0 | 1 | 11001 | 10110011 | 1001101 | 101010 |
Color Harmonies of #19BFBD
Complementary color
Monochromatic Colors of #19BFBD
Black with #19BFBD
Text Example
Text Example
White with #19BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BFBD; }
p { color: rgb(25,191,189); }
H1.HeaderClassName
{
color: #19BFBD;
}
.AnyTagClassName
{
color: #19BFBD;
}
</style>
background-color css
<style>
a { background-color: #19BFBD; }
a { background-color: rgb(25,191,189); }
div.DivClassName
{
background-color: #19BFBD;
}
.BgClassName
{
background-color: #19BFBD;
}
</style>
border-color css
<style>
span { border-color: #19BFBD; }
span { border-color: rgb(25,191,189); }
td.TdClassName
{
border-color: #19BFBD;
}
.TagClassName
{
border-color: #19BFBD;
}
</style>