Shades of Light Sea Green #19AABA
Tints of Light Sea Green #19AABA
RGB
CMYK
RGB Variations
Color information
#19AABA (or 0x19AABA) is known color: Light Sea Green. HEX triplet: 19, AA and BA. RGB value is (25,170,186). Sum of RGB (Red+Green+Blue) = 25+170+186=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #19AABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AABA is #E65545. Grayscale: #808080. Windows color (decimal): -15095110 or 12233241. OLE color: 12233241.
HSL color Cylindrical-coordinate representation of color #19AABA: hue angle of 185.96º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19AABA is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 170 | 186 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.27 |
| HSL | 185.96º | 0.76% | 0.41% | - |
| HSV(B) | 185.96º | 0.87% | 0.73% | - |
| XYZ | 23.64 | 32.5 | 51.48 | - |
| YUV | 128.47 | 160.46 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 186 | 0.87 | 0.09 | 0 | 0.27 | 185.96 | 0.76 | 0.41 |
| Hex | 19 | AA | BA | 57 | 9 | 0 | 1B | BA | 4C | 29 |
| Octal | 31 | 252 | 272 | 127 | 11 | 0 | 33 | 272 | 114 | 51 |
| Binary | 11001 | 10101010 | 10111010 | 1010111 | 1001 | 0 | 11011 | 10111010 | 1001100 | 101001 |
Color Harmonies of #19AABA
Complementary color
Monochromatic Colors of #19AABA
Black with #19AABA
Text Example
Text Example
White with #19AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AABA; }
p { color: rgb(25,170,186); }
H1.HeaderClassName
{
color: #19AABA;
}
.AnyTagClassName
{
color: #19AABA;
}
</style>
background-color css
<style>
a { background-color: #19AABA; }
a { background-color: rgb(25,170,186); }
div.DivClassName
{
background-color: #19AABA;
}
.BgClassName
{
background-color: #19AABA;
}
</style>
border-color css
<style>
span { border-color: #19AABA; }
span { border-color: rgb(25,170,186); }
td.TdClassName
{
border-color: #19AABA;
}
.TagClassName
{
border-color: #19AABA;
}
</style>