Shades of Light Sea Green #19ADBC
Tints of Light Sea Green #19ADBC
RGB
CMYK
RGB Variations
Color information
#19ADBC (or 0x19ADBC) is known color: Light Sea Green. HEX triplet: 19, AD and BC. RGB value is (25,173,188). Sum of RGB (Red+Green+Blue) = 25+173+188=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #19ADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ADBC is #E65243. Grayscale: #828282. Windows color (decimal): -15094340 or 12365081. OLE color: 12365081.
HSL color Cylindrical-coordinate representation of color #19ADBC: hue angle of 185.52º 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 #19ADBC is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 173 | 188 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.26 |
| HSL | 185.52º | 0.77% | 0.42% | - |
| HSV(B) | 185.52º | 0.87% | 0.74% | - |
| XYZ | 24.42 | 33.72 | 52.8 | - |
| YUV | 130.46 | 160.47 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 188 | 0.87 | 0.08 | 0 | 0.26 | 185.52 | 0.77 | 0.42 |
| Hex | 19 | AD | BC | 57 | 8 | 0 | 1A | BA | 4D | 2A |
| Octal | 31 | 255 | 274 | 127 | 10 | 0 | 32 | 272 | 115 | 52 |
| Binary | 11001 | 10101101 | 10111100 | 1010111 | 1000 | 0 | 11010 | 10111010 | 1001101 | 101010 |
Color Harmonies of #19ADBC
Complementary color
Monochromatic Colors of #19ADBC
Black with #19ADBC
Text Example
Text Example
White with #19ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ADBC; }
p { color: rgb(25,173,188); }
H1.HeaderClassName
{
color: #19ADBC;
}
.AnyTagClassName
{
color: #19ADBC;
}
</style>
background-color css
<style>
a { background-color: #19ADBC; }
a { background-color: rgb(25,173,188); }
div.DivClassName
{
background-color: #19ADBC;
}
.BgClassName
{
background-color: #19ADBC;
}
</style>
border-color css
<style>
span { border-color: #19ADBC; }
span { border-color: rgb(25,173,188); }
td.TdClassName
{
border-color: #19ADBC;
}
.TagClassName
{
border-color: #19ADBC;
}
</style>