Shades of Deep Sea #1C715E
Tints of Deep Sea #1C715E
RGB
CMYK
RGB Variations
Color information
#1C715E (or 0x1C715E) is known color: Deep Sea. HEX triplet: 1C, 71 and 5E. RGB value is (28,113,94). Sum of RGB (Red+Green+Blue) = 28+113+94=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #1C715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C715E is #E38EA1. Grayscale: #555555. Windows color (decimal): -14913186 or 6189340. OLE color: 6189340.
HSL color Cylindrical-coordinate representation of color #1C715E: hue angle of 166.59º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C715E is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 113 | 94 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.56 |
| HSL | 166.59º | 0.6% | 0.28% | - |
| HSV(B) | 166.59º | 0.75% | 0.44% | - |
| XYZ | 8.4 | 12.87 | 12.63 | - |
| YUV | 85.42 | 132.84 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 113 | 94 | 0.75 | 0 | 0.17 | 0.56 | 166.59 | 0.6 | 0.28 |
| Hex | 1C | 71 | 5E | 4B | 0 | 11 | 38 | A7 | 3C | 1C |
| Octal | 34 | 161 | 136 | 113 | 0 | 21 | 70 | 247 | 74 | 34 |
| Binary | 11100 | 1110001 | 1011110 | 1001011 | 0 | 10001 | 111000 | 10100111 | 111100 | 11100 |
Color Harmonies of #1C715E
Complementary color
Monochromatic Colors of #1C715E
Black with #1C715E
Text Example
Text Example
White with #1C715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C715E; }
p { color: rgb(28,113,94); }
H1.HeaderClassName
{
color: #1C715E;
}
.AnyTagClassName
{
color: #1C715E;
}
</style>
background-color css
<style>
a { background-color: #1C715E; }
a { background-color: rgb(28,113,94); }
div.DivClassName
{
background-color: #1C715E;
}
.BgClassName
{
background-color: #1C715E;
}
</style>
border-color css
<style>
span { border-color: #1C715E; }
span { border-color: rgb(28,113,94); }
td.TdClassName
{
border-color: #1C715E;
}
.TagClassName
{
border-color: #1C715E;
}
</style>