Shades of Light Sea Green #19B8AC
Tints of Light Sea Green #19B8AC
RGB
CMYK
RGB Variations
Color information
#19B8AC (or 0x19B8AC) is known color: Light Sea Green. HEX triplet: 19, B8 and AC. RGB value is (25,184,172). Sum of RGB (Red+Green+Blue) = 25+184+172=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #19B8AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B8AC is #E64753. Grayscale: #868686. Windows color (decimal): -15091540 or 11319321. OLE color: 11319321.
HSL color Cylindrical-coordinate representation of color #19B8AC: hue angle of 175.47º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B8AC is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 184 | 172 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.28 |
| HSL | 175.47º | 0.76% | 0.41% | - |
| HSV(B) | 175.47º | 0.86% | 0.72% | - |
| XYZ | 24.99 | 37.47 | 44.94 | - |
| YUV | 135.09 | 148.82 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 184 | 172 | 0.86 | 0 | 0.07 | 0.28 | 175.47 | 0.76 | 0.41 |
| Hex | 19 | B8 | AC | 56 | 0 | 7 | 1C | AF | 4C | 29 |
| Octal | 31 | 270 | 254 | 126 | 0 | 7 | 34 | 257 | 114 | 51 |
| Binary | 11001 | 10111000 | 10101100 | 1010110 | 0 | 111 | 11100 | 10101111 | 1001100 | 101001 |
Color Harmonies of #19B8AC
Complementary color
Monochromatic Colors of #19B8AC
Black with #19B8AC
Text Example
Text Example
White with #19B8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B8AC; }
p { color: rgb(25,184,172); }
H1.HeaderClassName
{
color: #19B8AC;
}
.AnyTagClassName
{
color: #19B8AC;
}
</style>
background-color css
<style>
a { background-color: #19B8AC; }
a { background-color: rgb(25,184,172); }
div.DivClassName
{
background-color: #19B8AC;
}
.BgClassName
{
background-color: #19B8AC;
}
</style>
border-color css
<style>
span { border-color: #19B8AC; }
span { border-color: rgb(25,184,172); }
td.TdClassName
{
border-color: #19B8AC;
}
.TagClassName
{
border-color: #19B8AC;
}
</style>