Shades of Light Sea Green #19BAAC
Tints of Light Sea Green #19BAAC
RGB
CMYK
RGB Variations
Color information
#19BAAC (or 0x19BAAC) is known color: Light Sea Green. HEX triplet: 19, BA and AC. RGB value is (25,186,172). Sum of RGB (Red+Green+Blue) = 25+186+172=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #19BAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BAAC is #E64553. Grayscale: #888888. Windows color (decimal): -15091028 or 11319833. OLE color: 11319833.
HSL color Cylindrical-coordinate representation of color #19BAAC: hue angle of 174.78º 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 #19BAAC is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 172 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.27 |
| HSL | 174.78º | 0.76% | 0.41% | - |
| HSV(B) | 174.78º | 0.87% | 0.73% | - |
| XYZ | 25.41 | 38.3 | 45.08 | - |
| YUV | 136.27 | 148.16 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 172 | 0.87 | 0 | 0.08 | 0.27 | 174.78 | 0.76 | 0.41 |
| Hex | 19 | BA | AC | 57 | 0 | 8 | 1B | AF | 4C | 29 |
| Octal | 31 | 272 | 254 | 127 | 0 | 10 | 33 | 257 | 114 | 51 |
| Binary | 11001 | 10111010 | 10101100 | 1010111 | 0 | 1000 | 11011 | 10101111 | 1001100 | 101001 |
Color Harmonies of #19BAAC
Complementary color
Monochromatic Colors of #19BAAC
Black with #19BAAC
Text Example
Text Example
White with #19BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BAAC; }
p { color: rgb(25,186,172); }
H1.HeaderClassName
{
color: #19BAAC;
}
.AnyTagClassName
{
color: #19BAAC;
}
</style>
background-color css
<style>
a { background-color: #19BAAC; }
a { background-color: rgb(25,186,172); }
div.DivClassName
{
background-color: #19BAAC;
}
.BgClassName
{
background-color: #19BAAC;
}
</style>
border-color css
<style>
span { border-color: #19BAAC; }
span { border-color: rgb(25,186,172); }
td.TdClassName
{
border-color: #19BAAC;
}
.TagClassName
{
border-color: #19BAAC;
}
</style>