Shades of Deep Sea #1C7F70
Tints of Deep Sea #1C7F70
RGB
CMYK
RGB Variations
Color information
#1C7F70 (or 0x1C7F70) is known color: Deep Sea. HEX triplet: 1C, 7F and 70. RGB value is (28,127,112). Sum of RGB (Red+Green+Blue) = 28+127+112=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #1C7F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7F70 is #E3808F. Grayscale: #5F5F5F. Windows color (decimal): -14909584 or 7372572. OLE color: 7372572.
HSL color Cylindrical-coordinate representation of color #1C7F70: hue angle of 170.91º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C7F70 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 127 | 112 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.50 |
| HSL | 170.91º | 0.64% | 0.3% | - |
| HSV(B) | 170.91º | 0.78% | 0.5% | - |
| XYZ | 10.99 | 16.6 | 17.95 | - |
| YUV | 95.69 | 137.2 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 127 | 112 | 0.78 | 0 | 0.12 | 0.50 | 170.91 | 0.64 | 0.3 |
| Hex | 1C | 7F | 70 | 4E | 0 | C | 32 | AB | 40 | 1E |
| Octal | 34 | 177 | 160 | 116 | 0 | 14 | 62 | 253 | 100 | 36 |
| Binary | 11100 | 1111111 | 1110000 | 1001110 | 0 | 1100 | 110010 | 10101011 | 1000000 | 11110 |
Color Harmonies of #1C7F70
Complementary color
Monochromatic Colors of #1C7F70
Black with #1C7F70
Text Example
Text Example
White with #1C7F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7F70; }
p { color: rgb(28,127,112); }
H1.HeaderClassName
{
color: #1C7F70;
}
.AnyTagClassName
{
color: #1C7F70;
}
</style>
background-color css
<style>
a { background-color: #1C7F70; }
a { background-color: rgb(28,127,112); }
div.DivClassName
{
background-color: #1C7F70;
}
.BgClassName
{
background-color: #1C7F70;
}
</style>
border-color css
<style>
span { border-color: #1C7F70; }
span { border-color: rgb(28,127,112); }
td.TdClassName
{
border-color: #1C7F70;
}
.TagClassName
{
border-color: #1C7F70;
}
</style>