Shades of Deep Sea #19756D
Tints of Deep Sea #19756D
RGB
CMYK
RGB Variations
Color information
#19756D (or 0x19756D) is known color: Deep Sea. HEX triplet: 19, 75 and 6D. RGB value is (25,117,109). Sum of RGB (Red+Green+Blue) = 25+117+109=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #19756D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19756D is #E68A92. Grayscale: #585858. Windows color (decimal): -15108755 or 7173401. OLE color: 7173401.
HSL color Cylindrical-coordinate representation of color #19756D: hue angle of 174.78º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19756D is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 109 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.54 |
| HSL | 174.78º | 0.65% | 0.28% | - |
| HSV(B) | 174.78º | 0.79% | 0.46% | - |
| XYZ | 9.52 | 14.03 | 16.67 | - |
| YUV | 88.58 | 139.52 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 109 | 0.79 | 0 | 0.07 | 0.54 | 174.78 | 0.65 | 0.28 |
| Hex | 19 | 75 | 6D | 4F | 0 | 7 | 36 | AF | 41 | 1C |
| Octal | 31 | 165 | 155 | 117 | 0 | 7 | 66 | 257 | 101 | 34 |
| Binary | 11001 | 1110101 | 1101101 | 1001111 | 0 | 111 | 110110 | 10101111 | 1000001 | 11100 |
Color Harmonies of #19756D
Complementary color
Monochromatic Colors of #19756D
Black with #19756D
Text Example
Text Example
White with #19756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19756D; }
p { color: rgb(25,117,109); }
H1.HeaderClassName
{
color: #19756D;
}
.AnyTagClassName
{
color: #19756D;
}
</style>
background-color css
<style>
a { background-color: #19756D; }
a { background-color: rgb(25,117,109); }
div.DivClassName
{
background-color: #19756D;
}
.BgClassName
{
background-color: #19756D;
}
</style>
border-color css
<style>
span { border-color: #19756D; }
span { border-color: rgb(25,117,109); }
td.TdClassName
{
border-color: #19756D;
}
.TagClassName
{
border-color: #19756D;
}
</style>