Shades of Light Sea Green #19C2BC
Tints of Light Sea Green #19C2BC
RGB
CMYK
RGB Variations
Color information
#19C2BC (or 0x19C2BC) is known color: Light Sea Green. HEX triplet: 19, C2 and BC. RGB value is (25,194,188). Sum of RGB (Red+Green+Blue) = 25+194+188=407 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.14% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #19C2BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C2BC is #E63D43. Grayscale: #8E8E8E. Windows color (decimal): -15088964 or 12370457. OLE color: 12370457.
HSL color Cylindrical-coordinate representation of color #19C2BC: hue angle of 177.87º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C2BC is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 194 | 188 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.24 |
| HSL | 177.87º | 0.77% | 0.43% | - |
| HSV(B) | 177.87º | 0.87% | 0.76% | - |
| XYZ | 28.77 | 42.42 | 54.25 | - |
| YUV | 142.79 | 153.51 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 194 | 188 | 0.87 | 0 | 0.03 | 0.24 | 177.87 | 0.77 | 0.43 |
| Hex | 19 | C2 | BC | 57 | 0 | 3 | 18 | B2 | 4D | 2B |
| Octal | 31 | 302 | 274 | 127 | 0 | 3 | 30 | 262 | 115 | 53 |
| Binary | 11001 | 11000010 | 10111100 | 1010111 | 0 | 11 | 11000 | 10110010 | 1001101 | 101011 |
Color Harmonies of #19C2BC
Complementary color
Monochromatic Colors of #19C2BC
Black with #19C2BC
Text Example
Text Example
White with #19C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C2BC; }
p { color: rgb(25,194,188); }
H1.HeaderClassName
{
color: #19C2BC;
}
.AnyTagClassName
{
color: #19C2BC;
}
</style>
background-color css
<style>
a { background-color: #19C2BC; }
a { background-color: rgb(25,194,188); }
div.DivClassName
{
background-color: #19C2BC;
}
.BgClassName
{
background-color: #19C2BC;
}
</style>
border-color css
<style>
span { border-color: #19C2BC; }
span { border-color: rgb(25,194,188); }
td.TdClassName
{
border-color: #19C2BC;
}
.TagClassName
{
border-color: #19C2BC;
}
</style>