Shades of Deep Sea #1C7C68
Tints of Deep Sea #1C7C68
RGB
CMYK
RGB Variations
Color information
#1C7C68 (or 0x1C7C68) is known color: Deep Sea. HEX triplet: 1C, 7C and 68. RGB value is (28,124,104). Sum of RGB (Red+Green+Blue) = 28+124+104=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #1C7C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7C68 is #E38397. Grayscale: #5D5D5D. Windows color (decimal): -14910360 or 6847516. OLE color: 6847516.
HSL color Cylindrical-coordinate representation of color #1C7C68: hue angle of 167.5º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7C68 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 124 | 104 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.51 |
| HSL | 167.5º | 0.63% | 0.3% | - |
| HSV(B) | 167.5º | 0.77% | 0.49% | - |
| XYZ | 10.19 | 15.66 | 15.58 | - |
| YUV | 93.02 | 134.2 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 124 | 104 | 0.77 | 0 | 0.16 | 0.51 | 167.5 | 0.63 | 0.3 |
| Hex | 1C | 7C | 68 | 4D | 0 | 10 | 33 | A8 | 3F | 1E |
| Octal | 34 | 174 | 150 | 115 | 0 | 20 | 63 | 250 | 77 | 36 |
| Binary | 11100 | 1111100 | 1101000 | 1001101 | 0 | 10000 | 110011 | 10101000 | 111111 | 11110 |
Color Harmonies of #1C7C68
Complementary color
Monochromatic Colors of #1C7C68
Black with #1C7C68
Text Example
Text Example
White with #1C7C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7C68; }
p { color: rgb(28,124,104); }
H1.HeaderClassName
{
color: #1C7C68;
}
.AnyTagClassName
{
color: #1C7C68;
}
</style>
background-color css
<style>
a { background-color: #1C7C68; }
a { background-color: rgb(28,124,104); }
div.DivClassName
{
background-color: #1C7C68;
}
.BgClassName
{
background-color: #1C7C68;
}
</style>
border-color css
<style>
span { border-color: #1C7C68; }
span { border-color: rgb(28,124,104); }
td.TdClassName
{
border-color: #1C7C68;
}
.TagClassName
{
border-color: #1C7C68;
}
</style>