Shades of Deep Sea #1C7F68
Tints of Deep Sea #1C7F68
RGB
CMYK
RGB Variations
Color information
#1C7F68 (or 0x1C7F68) is known color: Deep Sea. HEX triplet: 1C, 7F and 68. RGB value is (28,127,104). Sum of RGB (Red+Green+Blue) = 28+127+104=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #1C7F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7F68 is #E38097. Grayscale: #5E5E5E. Windows color (decimal): -14909592 or 6848284. OLE color: 6848284.
HSL color Cylindrical-coordinate representation of color #1C7F68: hue angle of 166.06º 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 #1C7F68 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 127 | 104 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.50 |
| HSL | 166.06º | 0.64% | 0.3% | - |
| HSV(B) | 166.06º | 0.78% | 0.5% | - |
| XYZ | 10.57 | 16.43 | 15.71 | - |
| YUV | 94.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 127 | 104 | 0.78 | 0 | 0.18 | 0.50 | 166.06 | 0.64 | 0.3 |
| Hex | 1C | 7F | 68 | 4E | 0 | 12 | 32 | A6 | 40 | 1E |
| Octal | 34 | 177 | 150 | 116 | 0 | 22 | 62 | 246 | 100 | 36 |
| Binary | 11100 | 1111111 | 1101000 | 1001110 | 0 | 10010 | 110010 | 10100110 | 1000000 | 11110 |
Color Harmonies of #1C7F68
Complementary color
Monochromatic Colors of #1C7F68
Black with #1C7F68
Text Example
Text Example
White with #1C7F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7F68; }
p { color: rgb(28,127,104); }
H1.HeaderClassName
{
color: #1C7F68;
}
.AnyTagClassName
{
color: #1C7F68;
}
</style>
background-color css
<style>
a { background-color: #1C7F68; }
a { background-color: rgb(28,127,104); }
div.DivClassName
{
background-color: #1C7F68;
}
.BgClassName
{
background-color: #1C7F68;
}
</style>
border-color css
<style>
span { border-color: #1C7F68; }
span { border-color: rgb(28,127,104); }
td.TdClassName
{
border-color: #1C7F68;
}
.TagClassName
{
border-color: #1C7F68;
}
</style>