Shades of Deep Sea #1C7669
Tints of Deep Sea #1C7669
RGB
CMYK
RGB Variations
Color information
#1C7669 (or 0x1C7669) is known color: Deep Sea. HEX triplet: 1C, 76 and 69. RGB value is (28,118,105). Sum of RGB (Red+Green+Blue) = 28+118+105=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #1C7669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7669 is #E38996. Grayscale: #595959. Windows color (decimal): -14911895 or 6911516. OLE color: 6911516.
HSL color Cylindrical-coordinate representation of color #1C7669: hue angle of 171.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7669 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 118 | 105 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.54 |
| HSL | 171.33º | 0.62% | 0.29% | - |
| HSV(B) | 171.33º | 0.76% | 0.46% | - |
| XYZ | 9.51 | 14.22 | 15.61 | - |
| YUV | 89.61 | 136.68 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 105 | 0.76 | 0 | 0.11 | 0.54 | 171.33 | 0.62 | 0.29 |
| Hex | 1C | 76 | 69 | 4C | 0 | B | 36 | AB | 3E | 1D |
| Octal | 34 | 166 | 151 | 114 | 0 | 13 | 66 | 253 | 76 | 35 |
| Binary | 11100 | 1110110 | 1101001 | 1001100 | 0 | 1011 | 110110 | 10101011 | 111110 | 11101 |
Color Harmonies of #1C7669
Complementary color
Monochromatic Colors of #1C7669
Black with #1C7669
Text Example
Text Example
White with #1C7669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7669; }
p { color: rgb(28,118,105); }
H1.HeaderClassName
{
color: #1C7669;
}
.AnyTagClassName
{
color: #1C7669;
}
</style>
background-color css
<style>
a { background-color: #1C7669; }
a { background-color: rgb(28,118,105); }
div.DivClassName
{
background-color: #1C7669;
}
.BgClassName
{
background-color: #1C7669;
}
</style>
border-color css
<style>
span { border-color: #1C7669; }
span { border-color: rgb(28,118,105); }
td.TdClassName
{
border-color: #1C7669;
}
.TagClassName
{
border-color: #1C7669;
}
</style>