Shades of Light Sea Green #19BDA3
Tints of Light Sea Green #19BDA3
RGB
CMYK
RGB Variations
Color information
#19BDA3 (or 0x19BDA3) is known color: Light Sea Green. HEX triplet: 19, BD and A3. RGB value is (25,189,163). Sum of RGB (Red+Green+Blue) = 25+189+163=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #19BDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BDA3 is #E6425C. Grayscale: #888888. Windows color (decimal): -15090269 or 10730777. OLE color: 10730777.
HSL color Cylindrical-coordinate representation of color #19BDA3: hue angle of 170.49º 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 #19BDA3 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 189 | 163 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.26 |
| HSL | 170.49º | 0.77% | 0.42% | - |
| HSV(B) | 170.49º | 0.87% | 0.74% | - |
| XYZ | 25.21 | 39.25 | 40.9 | - |
| YUV | 137 | 142.67 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 189 | 163 | 0.87 | 0 | 0.14 | 0.26 | 170.49 | 0.77 | 0.42 |
| Hex | 19 | BD | A3 | 57 | 0 | E | 1A | AA | 4D | 2A |
| Octal | 31 | 275 | 243 | 127 | 0 | 16 | 32 | 252 | 115 | 52 |
| Binary | 11001 | 10111101 | 10100011 | 1010111 | 0 | 1110 | 11010 | 10101010 | 1001101 | 101010 |
Color Harmonies of #19BDA3
Complementary color
Monochromatic Colors of #19BDA3
Black with #19BDA3
Text Example
Text Example
White with #19BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BDA3; }
p { color: rgb(25,189,163); }
H1.HeaderClassName
{
color: #19BDA3;
}
.AnyTagClassName
{
color: #19BDA3;
}
</style>
background-color css
<style>
a { background-color: #19BDA3; }
a { background-color: rgb(25,189,163); }
div.DivClassName
{
background-color: #19BDA3;
}
.BgClassName
{
background-color: #19BDA3;
}
</style>
border-color css
<style>
span { border-color: #19BDA3; }
span { border-color: rgb(25,189,163); }
td.TdClassName
{
border-color: #19BDA3;
}
.TagClassName
{
border-color: #19BDA3;
}
</style>