Shades of Light Sea Green #19BFB0
Tints of Light Sea Green #19BFB0
RGB
CMYK
RGB Variations
Color information
#19BFB0 (or 0x19BFB0) is known color: Light Sea Green. HEX triplet: 19, BF and B0. RGB value is (25,191,176). Sum of RGB (Red+Green+Blue) = 25+191+176=392 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.38% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #19BFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BFB0 is #E6404F. Grayscale: #8B8B8B. Windows color (decimal): -15089744 or 11583257. OLE color: 11583257.
HSL color Cylindrical-coordinate representation of color #19BFB0: hue angle of 174.58º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BFB0 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 191 | 176 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.25 |
| HSL | 174.58º | 0.77% | 0.42% | - |
| HSV(B) | 174.58º | 0.87% | 0.75% | - |
| XYZ | 26.87 | 40.6 | 47.5 | - |
| YUV | 139.66 | 148.5 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 176 | 0.87 | 0 | 0.08 | 0.25 | 174.58 | 0.77 | 0.42 |
| Hex | 19 | BF | B0 | 57 | 0 | 8 | 19 | AF | 4D | 2A |
| Octal | 31 | 277 | 260 | 127 | 0 | 10 | 31 | 257 | 115 | 52 |
| Binary | 11001 | 10111111 | 10110000 | 1010111 | 0 | 1000 | 11001 | 10101111 | 1001101 | 101010 |
Color Harmonies of #19BFB0
Complementary color
Monochromatic Colors of #19BFB0
Black with #19BFB0
Text Example
Text Example
White with #19BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BFB0; }
p { color: rgb(25,191,176); }
H1.HeaderClassName
{
color: #19BFB0;
}
.AnyTagClassName
{
color: #19BFB0;
}
</style>
background-color css
<style>
a { background-color: #19BFB0; }
a { background-color: rgb(25,191,176); }
div.DivClassName
{
background-color: #19BFB0;
}
.BgClassName
{
background-color: #19BFB0;
}
</style>
border-color css
<style>
span { border-color: #19BFB0; }
span { border-color: rgb(25,191,176); }
td.TdClassName
{
border-color: #19BFB0;
}
.TagClassName
{
border-color: #19BFB0;
}
</style>