Shades of Light Sea Green #19ACB5
Tints of Light Sea Green #19ACB5
RGB
CMYK
RGB Variations
Color information
#19ACB5 (or 0x19ACB5) is known color: Light Sea Green. HEX triplet: 19, AC and B5. RGB value is (25,172,181). Sum of RGB (Red+Green+Blue) = 25+172+181=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 181 - color contains mainly: blue. Hex color #19ACB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ACB5 is #E6534A. Grayscale: #808080. Windows color (decimal): -15094603 or 11906073. OLE color: 11906073.
HSL color Cylindrical-coordinate representation of color #19ACB5: hue angle of 183.46º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19ACB5 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 172 | 181 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.29 |
| HSL | 183.46º | 0.76% | 0.4% | - |
| HSV(B) | 183.46º | 0.86% | 0.71% | - |
| XYZ | 23.49 | 33.05 | 48.86 | - |
| YUV | 129.07 | 157.3 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 172 | 181 | 0.86 | 0.05 | 0 | 0.29 | 183.46 | 0.76 | 0.4 |
| Hex | 19 | AC | B5 | 56 | 5 | 0 | 1D | B7 | 4C | 28 |
| Octal | 31 | 254 | 265 | 126 | 5 | 0 | 35 | 267 | 114 | 50 |
| Binary | 11001 | 10101100 | 10110101 | 1010110 | 101 | 0 | 11101 | 10110111 | 1001100 | 101000 |
Color Harmonies of #19ACB5
Complementary color
Monochromatic Colors of #19ACB5
Black with #19ACB5
Text Example
Text Example
White with #19ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ACB5; }
p { color: rgb(25,172,181); }
H1.HeaderClassName
{
color: #19ACB5;
}
.AnyTagClassName
{
color: #19ACB5;
}
</style>
background-color css
<style>
a { background-color: #19ACB5; }
a { background-color: rgb(25,172,181); }
div.DivClassName
{
background-color: #19ACB5;
}
.BgClassName
{
background-color: #19ACB5;
}
</style>
border-color css
<style>
span { border-color: #19ACB5; }
span { border-color: rgb(25,172,181); }
td.TdClassName
{
border-color: #19ACB5;
}
.TagClassName
{
border-color: #19ACB5;
}
</style>