Shades of Deep Sea #1C7461
Tints of Deep Sea #1C7461
RGB
CMYK
RGB Variations
Color information
#1C7461 (or 0x1C7461) is known color: Deep Sea. HEX triplet: 1C, 74 and 61. RGB value is (28,116,97). Sum of RGB (Red+Green+Blue) = 28+116+97=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #1C7461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7461 is #E38B9E. Grayscale: #575757. Windows color (decimal): -14912415 or 6386716. OLE color: 6386716.
HSL color Cylindrical-coordinate representation of color #1C7461: hue angle of 167.05º 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 #1C7461 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 116 | 97 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.55 |
| HSL | 167.05º | 0.61% | 0.28% | - |
| HSV(B) | 167.05º | 0.76% | 0.45% | - |
| XYZ | 8.88 | 13.6 | 13.47 | - |
| YUV | 87.52 | 133.35 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 97 | 0.76 | 0 | 0.16 | 0.55 | 167.05 | 0.61 | 0.28 |
| Hex | 1C | 74 | 61 | 4C | 0 | 10 | 37 | A7 | 3D | 1C |
| Octal | 34 | 164 | 141 | 114 | 0 | 20 | 67 | 247 | 75 | 34 |
| Binary | 11100 | 1110100 | 1100001 | 1001100 | 0 | 10000 | 110111 | 10100111 | 111101 | 11100 |
Color Harmonies of #1C7461
Complementary color
Monochromatic Colors of #1C7461
Black with #1C7461
Text Example
Text Example
White with #1C7461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7461; }
p { color: rgb(28,116,97); }
H1.HeaderClassName
{
color: #1C7461;
}
.AnyTagClassName
{
color: #1C7461;
}
</style>
background-color css
<style>
a { background-color: #1C7461; }
a { background-color: rgb(28,116,97); }
div.DivClassName
{
background-color: #1C7461;
}
.BgClassName
{
background-color: #1C7461;
}
</style>
border-color css
<style>
span { border-color: #1C7461; }
span { border-color: rgb(28,116,97); }
td.TdClassName
{
border-color: #1C7461;
}
.TagClassName
{
border-color: #1C7461;
}
</style>