Shades of Deep Sea #19756C
Tints of Deep Sea #19756C
RGB
CMYK
RGB Variations
Color information
#19756C (or 0x19756C) is known color: Deep Sea. HEX triplet: 19, 75 and 6C. RGB value is (25,117,108). Sum of RGB (Red+Green+Blue) = 25+117+108=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #19756C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19756C is #E68A93. Grayscale: #585858. Windows color (decimal): -15108756 or 7107865. OLE color: 7107865.
HSL color Cylindrical-coordinate representation of color #19756C: hue angle of 174.13º 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 #19756C is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 108 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.54 |
| HSL | 174.13º | 0.65% | 0.28% | - |
| HSV(B) | 174.13º | 0.79% | 0.46% | - |
| XYZ | 9.47 | 14.01 | 16.39 | - |
| YUV | 88.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 108 | 0.79 | 0 | 0.08 | 0.54 | 174.13 | 0.65 | 0.28 |
| Hex | 19 | 75 | 6C | 4F | 0 | 8 | 36 | AE | 41 | 1C |
| Octal | 31 | 165 | 154 | 117 | 0 | 10 | 66 | 256 | 101 | 34 |
| Binary | 11001 | 1110101 | 1101100 | 1001111 | 0 | 1000 | 110110 | 10101110 | 1000001 | 11100 |
Color Harmonies of #19756C
Complementary color
Monochromatic Colors of #19756C
Black with #19756C
Text Example
Text Example
White with #19756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19756C; }
p { color: rgb(25,117,108); }
H1.HeaderClassName
{
color: #19756C;
}
.AnyTagClassName
{
color: #19756C;
}
</style>
background-color css
<style>
a { background-color: #19756C; }
a { background-color: rgb(25,117,108); }
div.DivClassName
{
background-color: #19756C;
}
.BgClassName
{
background-color: #19756C;
}
</style>
border-color css
<style>
span { border-color: #19756C; }
span { border-color: rgb(25,117,108); }
td.TdClassName
{
border-color: #19756C;
}
.TagClassName
{
border-color: #19756C;
}
</style>