Shades of Light Sea Green #19BFBE
Tints of Light Sea Green #19BFBE
RGB
CMYK
RGB Variations
Color information
#19BFBE (or 0x19BFBE) is known color: Light Sea Green. HEX triplet: 19, BF and BE. RGB value is (25,191,190). Sum of RGB (Red+Green+Blue) = 25+191+190=406 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.16% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #19BFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BFBE is #E64041. Grayscale: #8D8D8D. Windows color (decimal): -15089730 or 12500761. OLE color: 12500761.
HSL color Cylindrical-coordinate representation of color #19BFBE: hue angle of 179.64º 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 #19BFBE is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 191 | 190 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.25 |
| HSL | 179.64º | 0.77% | 0.42% | - |
| HSV(B) | 179.64º | 0.87% | 0.75% | - |
| XYZ | 28.33 | 41.19 | 55.17 | - |
| YUV | 141.25 | 155.5 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 190 | 0.87 | 0 | 0.01 | 0.25 | 179.64 | 0.77 | 0.42 |
| Hex | 19 | BF | BE | 57 | 0 | 1 | 19 | B4 | 4D | 2A |
| Octal | 31 | 277 | 276 | 127 | 0 | 1 | 31 | 264 | 115 | 52 |
| Binary | 11001 | 10111111 | 10111110 | 1010111 | 0 | 1 | 11001 | 10110100 | 1001101 | 101010 |
Color Harmonies of #19BFBE
Complementary color
Monochromatic Colors of #19BFBE
Black with #19BFBE
Text Example
Text Example
White with #19BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BFBE; }
p { color: rgb(25,191,190); }
H1.HeaderClassName
{
color: #19BFBE;
}
.AnyTagClassName
{
color: #19BFBE;
}
</style>
background-color css
<style>
a { background-color: #19BFBE; }
a { background-color: rgb(25,191,190); }
div.DivClassName
{
background-color: #19BFBE;
}
.BgClassName
{
background-color: #19BFBE;
}
</style>
border-color css
<style>
span { border-color: #19BFBE; }
span { border-color: rgb(25,191,190); }
td.TdClassName
{
border-color: #19BFBE;
}
.TagClassName
{
border-color: #19BFBE;
}
</style>