Shades of Sea Green #19994A
Tints of Sea Green #19994A
RGB
CMYK
RGB Variations
Color information
#19994A (or 0x19994A) is known color: Sea Green. HEX triplet: 19, 99 and 4A. RGB value is (25,153,74). Sum of RGB (Red+Green+Blue) = 25+153+74=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 153 (60.16% from 255 or 60.71% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 153 - color contains mainly: green. Hex color #19994A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19994A is #E666B5. Grayscale: #696969. Windows color (decimal): -15099574 or 4888857. OLE color: 4888857.
HSL color Cylindrical-coordinate representation of color #19994A: hue angle of 142.97º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19994A is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 74 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.4 |
| HSL | 142.97º | 0.72% | 0.35% | - |
| HSV(B) | 142.97º | 0.84% | 0.6% | - |
| XYZ | 13.03 | 23.48 | 10.32 | - |
| YUV | 105.72 | 110.09 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 74 | 0.84 | 0 | 0.52 | 0.4 | 142.97 | 0.72 | 0.35 |
| Hex | 19 | 99 | 4A | 54 | 0 | 34 | 28 | 8F | 48 | 23 |
| Octal | 31 | 231 | 112 | 124 | 0 | 64 | 50 | 217 | 110 | 43 |
| Binary | 11001 | 10011001 | 1001010 | 1010100 | 0 | 110100 | 101000 | 10001111 | 1001000 | 100011 |
Color Harmonies of #19994A
Complementary color
Monochromatic Colors of #19994A
Black with #19994A
Text Example
Text Example
White with #19994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19994A; }
p { color: rgb(25,153,74); }
H1.HeaderClassName
{
color: #19994A;
}
.AnyTagClassName
{
color: #19994A;
}
</style>
background-color css
<style>
a { background-color: #19994A; }
a { background-color: rgb(25,153,74); }
div.DivClassName
{
background-color: #19994A;
}
.BgClassName
{
background-color: #19994A;
}
</style>
border-color css
<style>
span { border-color: #19994A; }
span { border-color: rgb(25,153,74); }
td.TdClassName
{
border-color: #19994A;
}
.TagClassName
{
border-color: #19994A;
}
</style>