Shades of Deep Sea #1C7468
Tints of Deep Sea #1C7468
RGB
CMYK
RGB Variations
Color information
#1C7468 (or 0x1C7468) is known color: Deep Sea. HEX triplet: 1C, 74 and 68. RGB value is (28,116,104). Sum of RGB (Red+Green+Blue) = 28+116+104=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #1C7468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7468 is #E38B97. Grayscale: #585858. Windows color (decimal): -14912408 or 6845468. OLE color: 6845468.
HSL color Cylindrical-coordinate representation of color #1C7468: hue angle of 171.82º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7468 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 116 | 104 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.55 |
| HSL | 171.82º | 0.61% | 0.28% | - |
| HSV(B) | 171.82º | 0.76% | 0.45% | - |
| XYZ | 9.22 | 13.74 | 15.26 | - |
| YUV | 88.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 104 | 0.76 | 0 | 0.10 | 0.55 | 171.82 | 0.61 | 0.28 |
| Hex | 1C | 74 | 68 | 4C | 0 | A | 37 | AC | 3D | 1C |
| Octal | 34 | 164 | 150 | 114 | 0 | 12 | 67 | 254 | 75 | 34 |
| Binary | 11100 | 1110100 | 1101000 | 1001100 | 0 | 1010 | 110111 | 10101100 | 111101 | 11100 |
Color Harmonies of #1C7468
Complementary color
Monochromatic Colors of #1C7468
Black with #1C7468
Text Example
Text Example
White with #1C7468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7468; }
p { color: rgb(28,116,104); }
H1.HeaderClassName
{
color: #1C7468;
}
.AnyTagClassName
{
color: #1C7468;
}
</style>
background-color css
<style>
a { background-color: #1C7468; }
a { background-color: rgb(28,116,104); }
div.DivClassName
{
background-color: #1C7468;
}
.BgClassName
{
background-color: #1C7468;
}
</style>
border-color css
<style>
span { border-color: #1C7468; }
span { border-color: rgb(28,116,104); }
td.TdClassName
{
border-color: #1C7468;
}
.TagClassName
{
border-color: #1C7468;
}
</style>