Shades of Light Sea Green #19B5A0
Tints of Light Sea Green #19B5A0
RGB
CMYK
RGB Variations
Color information
#19B5A0 (or 0x19B5A0) is known color: Light Sea Green. HEX triplet: 19, B5 and A0. RGB value is (25,181,160). Sum of RGB (Red+Green+Blue) = 25+181+160=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #19B5A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B5A0 is #E64A5F. Grayscale: #838383. Windows color (decimal): -15092320 or 10532121. OLE color: 10532121.
HSL color Cylindrical-coordinate representation of color #19B5A0: hue angle of 171.92º 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 #19B5A0 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
RGB | 25 | 181 | 160 | - |
CMYK | 0.86 | 0 | 0.12 | 0.29 |
HSL | 171.92º | 0.76% | 0.4% | - |
HSV(B) | 171.92º | 0.86% | 0.71% | - |
XYZ | 23.27 | 35.79 | 38.94 | - |
YUV | 131.96 | 143.82 | 51.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 25 | 181 | 160 | 0.86 | 0 | 0.12 | 0.29 | 171.92 | 0.76 | 0.4 |
Hex | 19 | B5 | A0 | 56 | 0 | C | 1D | AC | 4C | 28 |
Octal | 31 | 265 | 240 | 126 | 0 | 14 | 35 | 254 | 114 | 50 |
Binary | 11001 | 10110101 | 10100000 | 1010110 | 0 | 1100 | 11101 | 10101100 | 1001100 | 101000 |
Color Harmonies of #19B5A0
Complementary color
Monochromatic Colors of #19B5A0
Black with #19B5A0
Text Example
Text Example
White with #19B5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B5A0; }
p { color: rgb(25,181,160); }
H1.HeaderClassName
{
color: #19B5A0;
}
.AnyTagClassName
{
color: #19B5A0;
}
</style>
background-color css
<style>
a { background-color: #19B5A0; }
a { background-color: rgb(25,181,160); }
div.DivClassName
{
background-color: #19B5A0;
}
.BgClassName
{
background-color: #19B5A0;
}
</style>
border-color css
<style>
span { border-color: #19B5A0; }
span { border-color: rgb(25,181,160); }
td.TdClassName
{
border-color: #19B5A0;
}
.TagClassName
{
border-color: #19B5A0;
}
</style>