Shades of Deep Sea #19746A
Tints of Deep Sea #19746A
RGB
CMYK
RGB Variations
Color information
#19746A (or 0x19746A) is known color: Deep Sea. HEX triplet: 19, 74 and 6A. RGB value is (25,116,106). Sum of RGB (Red+Green+Blue) = 25+116+106=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #19746A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19746A is #E68B95. Grayscale: #575757. Windows color (decimal): -15109014 or 6976537. OLE color: 6976537.
HSL color Cylindrical-coordinate representation of color #19746A: hue angle of 173.41º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19746A is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 106 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.55 |
| HSL | 173.41º | 0.65% | 0.28% | - |
| HSV(B) | 173.41º | 0.78% | 0.45% | - |
| XYZ | 9.25 | 13.74 | 15.8 | - |
| YUV | 87.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 106 | 0.78 | 0 | 0.09 | 0.55 | 173.41 | 0.65 | 0.28 |
| Hex | 19 | 74 | 6A | 4E | 0 | 9 | 37 | AD | 41 | 1C |
| Octal | 31 | 164 | 152 | 116 | 0 | 11 | 67 | 255 | 101 | 34 |
| Binary | 11001 | 1110100 | 1101010 | 1001110 | 0 | 1001 | 110111 | 10101101 | 1000001 | 11100 |
Color Harmonies of #19746A
Complementary color
Monochromatic Colors of #19746A
Black with #19746A
Text Example
Text Example
White with #19746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19746A; }
p { color: rgb(25,116,106); }
H1.HeaderClassName
{
color: #19746A;
}
.AnyTagClassName
{
color: #19746A;
}
</style>
background-color css
<style>
a { background-color: #19746A; }
a { background-color: rgb(25,116,106); }
div.DivClassName
{
background-color: #19746A;
}
.BgClassName
{
background-color: #19746A;
}
</style>
border-color css
<style>
span { border-color: #19746A; }
span { border-color: rgb(25,116,106); }
td.TdClassName
{
border-color: #19746A;
}
.TagClassName
{
border-color: #19746A;
}
</style>