Shades of Deep Sea #19735A
Tints of Deep Sea #19735A
RGB
CMYK
RGB Variations
Color information
#19735A (or 0x19735A) is known color: Deep Sea. HEX triplet: 19, 73 and 5A. RGB value is (25,115,90). Sum of RGB (Red+Green+Blue) = 25+115+90=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #19735A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19735A is #E68CA5. Grayscale: #555555. Windows color (decimal): -15109286 or 5927705. OLE color: 5927705.
HSL color Cylindrical-coordinate representation of color #19735A: hue angle of 163.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19735A is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 115 | 90 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.55 |
| HSL | 163.33º | 0.64% | 0.27% | - |
| HSV(B) | 163.33º | 0.78% | 0.45% | - |
| XYZ | 8.38 | 13.21 | 11.78 | - |
| YUV | 85.24 | 130.68 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 90 | 0.78 | 0 | 0.22 | 0.55 | 163.33 | 0.64 | 0.27 |
| Hex | 19 | 73 | 5A | 4E | 0 | 16 | 37 | A3 | 40 | 1B |
| Octal | 31 | 163 | 132 | 116 | 0 | 26 | 67 | 243 | 100 | 33 |
| Binary | 11001 | 1110011 | 1011010 | 1001110 | 0 | 10110 | 110111 | 10100011 | 1000000 | 11011 |
Color Harmonies of #19735A
Complementary color
Monochromatic Colors of #19735A
Black with #19735A
Text Example
Text Example
White with #19735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19735A; }
p { color: rgb(25,115,90); }
H1.HeaderClassName
{
color: #19735A;
}
.AnyTagClassName
{
color: #19735A;
}
</style>
background-color css
<style>
a { background-color: #19735A; }
a { background-color: rgb(25,115,90); }
div.DivClassName
{
background-color: #19735A;
}
.BgClassName
{
background-color: #19735A;
}
</style>
border-color css
<style>
span { border-color: #19735A; }
span { border-color: rgb(25,115,90); }
td.TdClassName
{
border-color: #19735A;
}
.TagClassName
{
border-color: #19735A;
}
</style>