Shades of Light Sea Green #19B4A0
Tints of Light Sea Green #19B4A0
RGB
CMYK
RGB Variations
Color information
#19B4A0 (or 0x19B4A0) is known color: Light Sea Green. HEX triplet: 19, B4 and A0. RGB value is (25,180,160). Sum of RGB (Red+Green+Blue) = 25+180+160=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #19B4A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B4A0 is #E64B5F. Grayscale: #838383. Windows color (decimal): -15092576 or 10531865. OLE color: 10531865.
HSL color Cylindrical-coordinate representation of color #19B4A0: hue angle of 172.26º 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 #19B4A0 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 180 | 160 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.29 |
| HSL | 172.26º | 0.76% | 0.4% | - |
| HSV(B) | 172.26º | 0.86% | 0.71% | - |
| XYZ | 23.07 | 35.39 | 38.87 | - |
| YUV | 131.38 | 144.15 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 180 | 160 | 0.86 | 0 | 0.11 | 0.29 | 172.26 | 0.76 | 0.4 |
| Hex | 19 | B4 | A0 | 56 | 0 | B | 1D | AC | 4C | 28 |
| Octal | 31 | 264 | 240 | 126 | 0 | 13 | 35 | 254 | 114 | 50 |
| Binary | 11001 | 10110100 | 10100000 | 1010110 | 0 | 1011 | 11101 | 10101100 | 1001100 | 101000 |
Color Harmonies of #19B4A0
Complementary color
Monochromatic Colors of #19B4A0
Black with #19B4A0
Text Example
Text Example
White with #19B4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B4A0; }
p { color: rgb(25,180,160); }
H1.HeaderClassName
{
color: #19B4A0;
}
.AnyTagClassName
{
color: #19B4A0;
}
</style>
background-color css
<style>
a { background-color: #19B4A0; }
a { background-color: rgb(25,180,160); }
div.DivClassName
{
background-color: #19B4A0;
}
.BgClassName
{
background-color: #19B4A0;
}
</style>
border-color css
<style>
span { border-color: #19B4A0; }
span { border-color: rgb(25,180,160); }
td.TdClassName
{
border-color: #19B4A0;
}
.TagClassName
{
border-color: #19B4A0;
}
</style>