Shades of Light Sea Green #19B2BA
Tints of Light Sea Green #19B2BA
RGB
CMYK
RGB Variations
Color information
#19B2BA (or 0x19B2BA) is known color: Light Sea Green. HEX triplet: 19, B2 and BA. RGB value is (25,178,186). Sum of RGB (Red+Green+Blue) = 25+178+186=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #19B2BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19B2BA is #E64D45. Grayscale: #848484. Windows color (decimal): -15093062 or 12235289. OLE color: 12235289.
HSL color Cylindrical-coordinate representation of color #19B2BA: hue angle of 182.98º 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 #19B2BA is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 178 | 186 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.27 |
| HSL | 182.98º | 0.76% | 0.41% | - |
| HSV(B) | 182.98º | 0.87% | 0.73% | - |
| XYZ | 25.18 | 35.59 | 52 | - |
| YUV | 133.17 | 157.81 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 178 | 186 | 0.87 | 0.04 | 0 | 0.27 | 182.98 | 0.76 | 0.41 |
| Hex | 19 | B2 | BA | 57 | 4 | 0 | 1B | B7 | 4C | 29 |
| Octal | 31 | 262 | 272 | 127 | 4 | 0 | 33 | 267 | 114 | 51 |
| Binary | 11001 | 10110010 | 10111010 | 1010111 | 100 | 0 | 11011 | 10110111 | 1001100 | 101001 |
Color Harmonies of #19B2BA
Complementary color
Monochromatic Colors of #19B2BA
Black with #19B2BA
Text Example
Text Example
White with #19B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B2BA; }
p { color: rgb(25,178,186); }
H1.HeaderClassName
{
color: #19B2BA;
}
.AnyTagClassName
{
color: #19B2BA;
}
</style>
background-color css
<style>
a { background-color: #19B2BA; }
a { background-color: rgb(25,178,186); }
div.DivClassName
{
background-color: #19B2BA;
}
.BgClassName
{
background-color: #19B2BA;
}
</style>
border-color css
<style>
span { border-color: #19B2BA; }
span { border-color: rgb(25,178,186); }
td.TdClassName
{
border-color: #19B2BA;
}
.TagClassName
{
border-color: #19B2BA;
}
</style>