Shades of Light Sea Green #19C8BC
Tints of Light Sea Green #19C8BC
RGB
CMYK
RGB Variations
Color information
#19C8BC (or 0x19C8BC) is known color: Light Sea Green. HEX triplet: 19, C8 and BC. RGB value is (25,200,188). Sum of RGB (Red+Green+Blue) = 25+200+188=413 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.05% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #19C8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C8BC is #E63743. Grayscale: #929292. Windows color (decimal): -15087428 or 12371993. OLE color: 12371993.
HSL color Cylindrical-coordinate representation of color #19C8BC: hue angle of 175.89º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19C8BC is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 200 | 188 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.22 |
| HSL | 175.89º | 0.78% | 0.44% | - |
| HSV(B) | 175.89º | 0.88% | 0.78% | - |
| XYZ | 30.13 | 45.15 | 54.7 | - |
| YUV | 146.31 | 151.52 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 200 | 188 | 0.88 | 0 | 0.06 | 0.22 | 175.89 | 0.78 | 0.44 |
| Hex | 19 | C8 | BC | 58 | 0 | 6 | 16 | B0 | 4E | 2C |
| Octal | 31 | 310 | 274 | 130 | 0 | 6 | 26 | 260 | 116 | 54 |
| Binary | 11001 | 11001000 | 10111100 | 1011000 | 0 | 110 | 10110 | 10110000 | 1001110 | 101100 |
Color Harmonies of #19C8BC
Complementary color
Monochromatic Colors of #19C8BC
Black with #19C8BC
Text Example
Text Example
White with #19C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C8BC; }
p { color: rgb(25,200,188); }
H1.HeaderClassName
{
color: #19C8BC;
}
.AnyTagClassName
{
color: #19C8BC;
}
</style>
background-color css
<style>
a { background-color: #19C8BC; }
a { background-color: rgb(25,200,188); }
div.DivClassName
{
background-color: #19C8BC;
}
.BgClassName
{
background-color: #19C8BC;
}
</style>
border-color css
<style>
span { border-color: #19C8BC; }
span { border-color: rgb(25,200,188); }
td.TdClassName
{
border-color: #19C8BC;
}
.TagClassName
{
border-color: #19C8BC;
}
</style>