Shades of Light Sea Green #19ABBB
Tints of Light Sea Green #19ABBB
RGB
CMYK
RGB Variations
Color information
#19ABBB (or 0x19ABBB) is known color: Light Sea Green. HEX triplet: 19, AB and BB. RGB value is (25,171,187). Sum of RGB (Red+Green+Blue) = 25+171+187=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #19ABBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ABBB is #E65444. Grayscale: #808080. Windows color (decimal): -15094853 or 12299033. OLE color: 12299033.
HSL color Cylindrical-coordinate representation of color #19ABBB: hue angle of 185.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19ABBB is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 171 | 187 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.27 |
| HSL | 185.93º | 0.76% | 0.42% | - |
| HSV(B) | 185.93º | 0.87% | 0.73% | - |
| XYZ | 23.93 | 32.92 | 52.11 | - |
| YUV | 129.17 | 160.63 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 187 | 0.87 | 0.09 | 0 | 0.27 | 185.93 | 0.76 | 0.42 |
| Hex | 19 | AB | BB | 57 | 9 | 0 | 1B | BA | 4C | 2A |
| Octal | 31 | 253 | 273 | 127 | 11 | 0 | 33 | 272 | 114 | 52 |
| Binary | 11001 | 10101011 | 10111011 | 1010111 | 1001 | 0 | 11011 | 10111010 | 1001100 | 101010 |
Color Harmonies of #19ABBB
Complementary color
Monochromatic Colors of #19ABBB
Black with #19ABBB
Text Example
Text Example
White with #19ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ABBB; }
p { color: rgb(25,171,187); }
H1.HeaderClassName
{
color: #19ABBB;
}
.AnyTagClassName
{
color: #19ABBB;
}
</style>
background-color css
<style>
a { background-color: #19ABBB; }
a { background-color: rgb(25,171,187); }
div.DivClassName
{
background-color: #19ABBB;
}
.BgClassName
{
background-color: #19ABBB;
}
</style>
border-color css
<style>
span { border-color: #19ABBB; }
span { border-color: rgb(25,171,187); }
td.TdClassName
{
border-color: #19ABBB;
}
.TagClassName
{
border-color: #19ABBB;
}
</style>