Shades of Light Sea Green #19ADBB
Tints of Light Sea Green #19ADBB
RGB
CMYK
RGB Variations
Color information
#19ADBB (or 0x19ADBB) is known color: Light Sea Green. HEX triplet: 19, AD and BB. RGB value is (25,173,187). Sum of RGB (Red+Green+Blue) = 25+173+187=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #19ADBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ADBB is #E65244. Grayscale: #828282. Windows color (decimal): -15094341 or 12299545. OLE color: 12299545.
HSL color Cylindrical-coordinate representation of color #19ADBB: hue angle of 185.19º 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 #19ADBB is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 173 | 187 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.27 |
| HSL | 185.19º | 0.76% | 0.42% | - |
| HSV(B) | 185.19º | 0.87% | 0.73% | - |
| XYZ | 24.31 | 33.68 | 52.23 | - |
| YUV | 130.34 | 159.97 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 187 | 0.87 | 0.07 | 0 | 0.27 | 185.19 | 0.76 | 0.42 |
| Hex | 19 | AD | BB | 57 | 7 | 0 | 1B | B9 | 4C | 2A |
| Octal | 31 | 255 | 273 | 127 | 7 | 0 | 33 | 271 | 114 | 52 |
| Binary | 11001 | 10101101 | 10111011 | 1010111 | 111 | 0 | 11011 | 10111001 | 1001100 | 101010 |
Color Harmonies of #19ADBB
Complementary color
Monochromatic Colors of #19ADBB
Black with #19ADBB
Text Example
Text Example
White with #19ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ADBB; }
p { color: rgb(25,173,187); }
H1.HeaderClassName
{
color: #19ADBB;
}
.AnyTagClassName
{
color: #19ADBB;
}
</style>
background-color css
<style>
a { background-color: #19ADBB; }
a { background-color: rgb(25,173,187); }
div.DivClassName
{
background-color: #19ADBB;
}
.BgClassName
{
background-color: #19ADBB;
}
</style>
border-color css
<style>
span { border-color: #19ADBB; }
span { border-color: rgb(25,173,187); }
td.TdClassName
{
border-color: #19ADBB;
}
.TagClassName
{
border-color: #19ADBB;
}
</style>