Shades of Light Sea Green #19B0BD
Tints of Light Sea Green #19B0BD
RGB
CMYK
RGB Variations
Color information
#19B0BD (or 0x19B0BD) is known color: Light Sea Green. HEX triplet: 19, B0 and BD. RGB value is (25,176,189). Sum of RGB (Red+Green+Blue) = 25+176+189=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #19B0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19B0BD is #E64F42. Grayscale: #848484. Windows color (decimal): -15093571 or 12431385. OLE color: 12431385.
HSL color Cylindrical-coordinate representation of color #19B0BD: hue angle of 184.76º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19B0BD is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 176 | 189 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.26 |
| HSL | 184.76º | 0.77% | 0.42% | - |
| HSV(B) | 184.76º | 0.87% | 0.74% | - |
| XYZ | 25.11 | 34.93 | 53.56 | - |
| YUV | 132.33 | 159.97 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 176 | 189 | 0.87 | 0.07 | 0 | 0.26 | 184.76 | 0.77 | 0.42 |
| Hex | 19 | B0 | BD | 57 | 7 | 0 | 1A | B9 | 4D | 2A |
| Octal | 31 | 260 | 275 | 127 | 7 | 0 | 32 | 271 | 115 | 52 |
| Binary | 11001 | 10110000 | 10111101 | 1010111 | 111 | 0 | 11010 | 10111001 | 1001101 | 101010 |
Color Harmonies of #19B0BD
Complementary color
Monochromatic Colors of #19B0BD
Black with #19B0BD
Text Example
Text Example
White with #19B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B0BD; }
p { color: rgb(25,176,189); }
H1.HeaderClassName
{
color: #19B0BD;
}
.AnyTagClassName
{
color: #19B0BD;
}
</style>
background-color css
<style>
a { background-color: #19B0BD; }
a { background-color: rgb(25,176,189); }
div.DivClassName
{
background-color: #19B0BD;
}
.BgClassName
{
background-color: #19B0BD;
}
</style>
border-color css
<style>
span { border-color: #19B0BD; }
span { border-color: rgb(25,176,189); }
td.TdClassName
{
border-color: #19B0BD;
}
.TagClassName
{
border-color: #19B0BD;
}
</style>