Shades of Deep Sea #1C725E
Tints of Deep Sea #1C725E
RGB
CMYK
RGB Variations
Color information
#1C725E (or 0x1C725E) is known color: Deep Sea. HEX triplet: 1C, 72 and 5E. RGB value is (28,114,94). Sum of RGB (Red+Green+Blue) = 28+114+94=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #1C725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C725E is #E38DA1. Grayscale: #565656. Windows color (decimal): -14912930 or 6189596. OLE color: 6189596.
HSL color Cylindrical-coordinate representation of color #1C725E: hue angle of 166.05º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C725E is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 114 | 94 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.55 |
| HSL | 166.05º | 0.61% | 0.28% | - |
| HSV(B) | 166.05º | 0.75% | 0.45% | - |
| XYZ | 8.52 | 13.09 | 12.67 | - |
| YUV | 86.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 94 | 0.75 | 0 | 0.18 | 0.55 | 166.05 | 0.61 | 0.28 |
| Hex | 1C | 72 | 5E | 4B | 0 | 12 | 37 | A6 | 3D | 1C |
| Octal | 34 | 162 | 136 | 113 | 0 | 22 | 67 | 246 | 75 | 34 |
| Binary | 11100 | 1110010 | 1011110 | 1001011 | 0 | 10010 | 110111 | 10100110 | 111101 | 11100 |
Color Harmonies of #1C725E
Complementary color
Monochromatic Colors of #1C725E
Black with #1C725E
Text Example
Text Example
White with #1C725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C725E; }
p { color: rgb(28,114,94); }
H1.HeaderClassName
{
color: #1C725E;
}
.AnyTagClassName
{
color: #1C725E;
}
</style>
background-color css
<style>
a { background-color: #1C725E; }
a { background-color: rgb(28,114,94); }
div.DivClassName
{
background-color: #1C725E;
}
.BgClassName
{
background-color: #1C725E;
}
</style>
border-color css
<style>
span { border-color: #1C725E; }
span { border-color: rgb(28,114,94); }
td.TdClassName
{
border-color: #1C725E;
}
.TagClassName
{
border-color: #1C725E;
}
</style>