Shades of Light Sea Green #19B0BC
Tints of Light Sea Green #19B0BC
RGB
CMYK
RGB Variations
Color information
#19B0BC (or 0x19B0BC) is known color: Light Sea Green. HEX triplet: 19, B0 and BC. RGB value is (25,176,188). Sum of RGB (Red+Green+Blue) = 25+176+188=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #19B0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19B0BC is #E64F43. Grayscale: #848484. Windows color (decimal): -15093572 or 12365849. OLE color: 12365849.
HSL color Cylindrical-coordinate representation of color #19B0BC: hue angle of 184.42º 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 #19B0BC is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 176 | 188 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.26 |
| HSL | 184.42º | 0.77% | 0.42% | - |
| HSV(B) | 184.42º | 0.87% | 0.74% | - |
| XYZ | 25 | 34.89 | 52.99 | - |
| YUV | 132.22 | 159.47 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 176 | 188 | 0.87 | 0.06 | 0 | 0.26 | 184.42 | 0.77 | 0.42 |
| Hex | 19 | B0 | BC | 57 | 6 | 0 | 1A | B8 | 4D | 2A |
| Octal | 31 | 260 | 274 | 127 | 6 | 0 | 32 | 270 | 115 | 52 |
| Binary | 11001 | 10110000 | 10111100 | 1010111 | 110 | 0 | 11010 | 10111000 | 1001101 | 101010 |
Color Harmonies of #19B0BC
Complementary color
Monochromatic Colors of #19B0BC
Black with #19B0BC
Text Example
Text Example
White with #19B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B0BC; }
p { color: rgb(25,176,188); }
H1.HeaderClassName
{
color: #19B0BC;
}
.AnyTagClassName
{
color: #19B0BC;
}
</style>
background-color css
<style>
a { background-color: #19B0BC; }
a { background-color: rgb(25,176,188); }
div.DivClassName
{
background-color: #19B0BC;
}
.BgClassName
{
background-color: #19B0BC;
}
</style>
border-color css
<style>
span { border-color: #19B0BC; }
span { border-color: rgb(25,176,188); }
td.TdClassName
{
border-color: #19B0BC;
}
.TagClassName
{
border-color: #19B0BC;
}
</style>