Shades of Light Sea Green #19ACBC
Tints of Light Sea Green #19ACBC
RGB
CMYK
RGB Variations
Color information
#19ACBC (or 0x19ACBC) is known color: Light Sea Green. HEX triplet: 19, AC and BC. RGB value is (25,172,188). Sum of RGB (Red+Green+Blue) = 25+172+188=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #19ACBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ACBC is #E65343. Grayscale: #818181. Windows color (decimal): -15094596 or 12364825. OLE color: 12364825.
HSL color Cylindrical-coordinate representation of color #19ACBC: hue angle of 185.89º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19ACBC is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 172 | 188 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.26 |
| HSL | 185.89º | 0.77% | 0.42% | - |
| HSV(B) | 185.89º | 0.87% | 0.74% | - |
| XYZ | 24.23 | 33.34 | 52.74 | - |
| YUV | 129.87 | 160.8 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 172 | 188 | 0.87 | 0.09 | 0 | 0.26 | 185.89 | 0.77 | 0.42 |
| Hex | 19 | AC | BC | 57 | 9 | 0 | 1A | BA | 4D | 2A |
| Octal | 31 | 254 | 274 | 127 | 11 | 0 | 32 | 272 | 115 | 52 |
| Binary | 11001 | 10101100 | 10111100 | 1010111 | 1001 | 0 | 11010 | 10111010 | 1001101 | 101010 |
Color Harmonies of #19ACBC
Complementary color
Monochromatic Colors of #19ACBC
Black with #19ACBC
Text Example
Text Example
White with #19ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ACBC; }
p { color: rgb(25,172,188); }
H1.HeaderClassName
{
color: #19ACBC;
}
.AnyTagClassName
{
color: #19ACBC;
}
</style>
background-color css
<style>
a { background-color: #19ACBC; }
a { background-color: rgb(25,172,188); }
div.DivClassName
{
background-color: #19ACBC;
}
.BgClassName
{
background-color: #19ACBC;
}
</style>
border-color css
<style>
span { border-color: #19ACBC; }
span { border-color: rgb(25,172,188); }
td.TdClassName
{
border-color: #19ACBC;
}
.TagClassName
{
border-color: #19ACBC;
}
</style>