Shades of Light Sea Green #19B7BC
Tints of Light Sea Green #19B7BC
RGB
CMYK
RGB Variations
Color information
#19B7BC (or 0x19B7BC) is known color: Light Sea Green. HEX triplet: 19, B7 and BC. RGB value is (25,183,188). Sum of RGB (Red+Green+Blue) = 25+183+188=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #19B7BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19B7BC is #E64843. Grayscale: #888888. Windows color (decimal): -15091780 or 12367641. OLE color: 12367641.
HSL color Cylindrical-coordinate representation of color #19B7BC: hue angle of 181.84º 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 #19B7BC is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 183 | 188 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.26 |
| HSL | 181.84º | 0.77% | 0.42% | - |
| HSV(B) | 181.84º | 0.87% | 0.74% | - |
| XYZ | 26.41 | 37.7 | 53.46 | - |
| YUV | 136.33 | 157.15 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 183 | 188 | 0.87 | 0.03 | 0 | 0.26 | 181.84 | 0.77 | 0.42 |
| Hex | 19 | B7 | BC | 57 | 3 | 0 | 1A | B6 | 4D | 2A |
| Octal | 31 | 267 | 274 | 127 | 3 | 0 | 32 | 266 | 115 | 52 |
| Binary | 11001 | 10110111 | 10111100 | 1010111 | 11 | 0 | 11010 | 10110110 | 1001101 | 101010 |
Color Harmonies of #19B7BC
Complementary color
Monochromatic Colors of #19B7BC
Black with #19B7BC
Text Example
Text Example
White with #19B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B7BC; }
p { color: rgb(25,183,188); }
H1.HeaderClassName
{
color: #19B7BC;
}
.AnyTagClassName
{
color: #19B7BC;
}
</style>
background-color css
<style>
a { background-color: #19B7BC; }
a { background-color: rgb(25,183,188); }
div.DivClassName
{
background-color: #19B7BC;
}
.BgClassName
{
background-color: #19B7BC;
}
</style>
border-color css
<style>
span { border-color: #19B7BC; }
span { border-color: rgb(25,183,188); }
td.TdClassName
{
border-color: #19B7BC;
}
.TagClassName
{
border-color: #19B7BC;
}
</style>