Shades of Deep Sea #1C7E69
Tints of Deep Sea #1C7E69
RGB
CMYK
RGB Variations
Color information
#1C7E69 (or 0x1C7E69) is known color: Deep Sea. HEX triplet: 1C, 7E and 69. RGB value is (28,126,105). Sum of RGB (Red+Green+Blue) = 28+126+105=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 126 (49.61% from 255 or 48.65% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 126 - color contains mainly: green. Hex color #1C7E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7E69 is #E38196. Grayscale: #5E5E5E. Windows color (decimal): -14909847 or 6913564. OLE color: 6913564.
HSL color Cylindrical-coordinate representation of color #1C7E69: hue angle of 167.14º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C7E69 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 126 | 105 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.51 |
| HSL | 167.14º | 0.64% | 0.3% | - |
| HSV(B) | 167.14º | 0.78% | 0.49% | - |
| XYZ | 10.49 | 16.19 | 15.94 | - |
| YUV | 94.3 | 134.03 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 126 | 105 | 0.78 | 0 | 0.17 | 0.51 | 167.14 | 0.64 | 0.3 |
| Hex | 1C | 7E | 69 | 4E | 0 | 11 | 33 | A7 | 40 | 1E |
| Octal | 34 | 176 | 151 | 116 | 0 | 21 | 63 | 247 | 100 | 36 |
| Binary | 11100 | 1111110 | 1101001 | 1001110 | 0 | 10001 | 110011 | 10100111 | 1000000 | 11110 |
Color Harmonies of #1C7E69
Complementary color
Monochromatic Colors of #1C7E69
Black with #1C7E69
Text Example
Text Example
White with #1C7E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7E69; }
p { color: rgb(28,126,105); }
H1.HeaderClassName
{
color: #1C7E69;
}
.AnyTagClassName
{
color: #1C7E69;
}
</style>
background-color css
<style>
a { background-color: #1C7E69; }
a { background-color: rgb(28,126,105); }
div.DivClassName
{
background-color: #1C7E69;
}
.BgClassName
{
background-color: #1C7E69;
}
</style>
border-color css
<style>
span { border-color: #1C7E69; }
span { border-color: rgb(28,126,105); }
td.TdClassName
{
border-color: #1C7E69;
}
.TagClassName
{
border-color: #1C7E69;
}
</style>