Shades of Light Sea Green #19B3BA
Tints of Light Sea Green #19B3BA
RGB
CMYK
RGB Variations
Color information
#19B3BA (or 0x19B3BA) is known color: Light Sea Green. HEX triplet: 19, B3 and BA. RGB value is (25,179,186). Sum of RGB (Red+Green+Blue) = 25+179+186=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #19B3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19B3BA is #E64C45. Grayscale: #858585. Windows color (decimal): -15092806 or 12235545. OLE color: 12235545.
HSL color Cylindrical-coordinate representation of color #19B3BA: hue angle of 182.61º 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 #19B3BA is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 179 | 186 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.27 |
| HSL | 182.61º | 0.76% | 0.41% | - |
| HSV(B) | 182.61º | 0.87% | 0.73% | - |
| XYZ | 25.38 | 35.99 | 52.06 | - |
| YUV | 133.75 | 157.48 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 179 | 186 | 0.87 | 0.04 | 0 | 0.27 | 182.61 | 0.76 | 0.41 |
| Hex | 19 | B3 | BA | 57 | 4 | 0 | 1B | B7 | 4C | 29 |
| Octal | 31 | 263 | 272 | 127 | 4 | 0 | 33 | 267 | 114 | 51 |
| Binary | 11001 | 10110011 | 10111010 | 1010111 | 100 | 0 | 11011 | 10110111 | 1001100 | 101001 |
Color Harmonies of #19B3BA
Complementary color
Monochromatic Colors of #19B3BA
Black with #19B3BA
Text Example
Text Example
White with #19B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B3BA; }
p { color: rgb(25,179,186); }
H1.HeaderClassName
{
color: #19B3BA;
}
.AnyTagClassName
{
color: #19B3BA;
}
</style>
background-color css
<style>
a { background-color: #19B3BA; }
a { background-color: rgb(25,179,186); }
div.DivClassName
{
background-color: #19B3BA;
}
.BgClassName
{
background-color: #19B3BA;
}
</style>
border-color css
<style>
span { border-color: #19B3BA; }
span { border-color: rgb(25,179,186); }
td.TdClassName
{
border-color: #19B3BA;
}
.TagClassName
{
border-color: #19B3BA;
}
</style>