Shades of Light Sea Green #19AFBD
Tints of Light Sea Green #19AFBD
RGB
CMYK
RGB Variations
Color information
#19AFBD (or 0x19AFBD) is known color: Light Sea Green. HEX triplet: 19, AF and BD. RGB value is (25,175,189). Sum of RGB (Red+Green+Blue) = 25+175+189=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #19AFBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AFBD is #E65042. Grayscale: #838383. Windows color (decimal): -15093827 or 12431129. OLE color: 12431129.
HSL color Cylindrical-coordinate representation of color #19AFBD: hue angle of 185.12º 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 #19AFBD is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 175 | 189 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.26 |
| HSL | 185.12º | 0.77% | 0.42% | - |
| HSV(B) | 185.12º | 0.87% | 0.74% | - |
| XYZ | 24.92 | 34.54 | 53.5 | - |
| YUV | 131.75 | 160.31 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 189 | 0.87 | 0.07 | 0 | 0.26 | 185.12 | 0.77 | 0.42 |
| Hex | 19 | AF | BD | 57 | 7 | 0 | 1A | B9 | 4D | 2A |
| Octal | 31 | 257 | 275 | 127 | 7 | 0 | 32 | 271 | 115 | 52 |
| Binary | 11001 | 10101111 | 10111101 | 1010111 | 111 | 0 | 11010 | 10111001 | 1001101 | 101010 |
Color Harmonies of #19AFBD
Complementary color
Monochromatic Colors of #19AFBD
Black with #19AFBD
Text Example
Text Example
White with #19AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AFBD; }
p { color: rgb(25,175,189); }
H1.HeaderClassName
{
color: #19AFBD;
}
.AnyTagClassName
{
color: #19AFBD;
}
</style>
background-color css
<style>
a { background-color: #19AFBD; }
a { background-color: rgb(25,175,189); }
div.DivClassName
{
background-color: #19AFBD;
}
.BgClassName
{
background-color: #19AFBD;
}
</style>
border-color css
<style>
span { border-color: #19AFBD; }
span { border-color: rgb(25,175,189); }
td.TdClassName
{
border-color: #19AFBD;
}
.TagClassName
{
border-color: #19AFBD;
}
</style>