Shades of Light Sea Green #19B8BB
Tints of Light Sea Green #19B8BB
RGB
CMYK
RGB Variations
Color information
#19B8BB (or 0x19B8BB) is known color: Light Sea Green. HEX triplet: 19, B8 and BB. RGB value is (25,184,187). Sum of RGB (Red+Green+Blue) = 25+184+187=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #19B8BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19B8BB is #E64744. Grayscale: #888888. Windows color (decimal): -15091525 or 12302361. OLE color: 12302361.
HSL color Cylindrical-coordinate representation of color #19B8BB: hue angle of 181.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19B8BB is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 184 | 187 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.27 |
| HSL | 181.11º | 0.76% | 0.42% | - |
| HSV(B) | 181.11º | 0.87% | 0.73% | - |
| XYZ | 26.51 | 38.08 | 52.97 | - |
| YUV | 136.8 | 156.32 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 184 | 187 | 0.87 | 0.02 | 0 | 0.27 | 181.11 | 0.76 | 0.42 |
| Hex | 19 | B8 | BB | 57 | 2 | 0 | 1B | B5 | 4C | 2A |
| Octal | 31 | 270 | 273 | 127 | 2 | 0 | 33 | 265 | 114 | 52 |
| Binary | 11001 | 10111000 | 10111011 | 1010111 | 10 | 0 | 11011 | 10110101 | 1001100 | 101010 |
Color Harmonies of #19B8BB
Complementary color
Monochromatic Colors of #19B8BB
Black with #19B8BB
Text Example
Text Example
White with #19B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B8BB; }
p { color: rgb(25,184,187); }
H1.HeaderClassName
{
color: #19B8BB;
}
.AnyTagClassName
{
color: #19B8BB;
}
</style>
background-color css
<style>
a { background-color: #19B8BB; }
a { background-color: rgb(25,184,187); }
div.DivClassName
{
background-color: #19B8BB;
}
.BgClassName
{
background-color: #19B8BB;
}
</style>
border-color css
<style>
span { border-color: #19B8BB; }
span { border-color: rgb(25,184,187); }
td.TdClassName
{
border-color: #19B8BB;
}
.TagClassName
{
border-color: #19B8BB;
}
</style>