Shades of Deep Sea #1C7A6D
Tints of Deep Sea #1C7A6D
RGB
CMYK
RGB Variations
Color information
#1C7A6D (or 0x1C7A6D) is known color: Deep Sea. HEX triplet: 1C, 7A and 6D. RGB value is (28,122,109). Sum of RGB (Red+Green+Blue) = 28+122+109=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 122 (48.05% from 255 or 47.10% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7A6D is #E38592. Grayscale: #5C5C5C. Windows color (decimal): -14910867 or 7174684. OLE color: 7174684.
HSL color Cylindrical-coordinate representation of color #1C7A6D: hue angle of 171.7º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7A6D is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 122 | 109 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.52 |
| HSL | 171.7º | 0.63% | 0.29% | - |
| HSV(B) | 171.7º | 0.77% | 0.48% | - |
| XYZ | 10.2 | 15.27 | 16.88 | - |
| YUV | 92.41 | 137.36 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 122 | 109 | 0.77 | 0 | 0.11 | 0.52 | 171.7 | 0.63 | 0.29 |
| Hex | 1C | 7A | 6D | 4D | 0 | B | 34 | AC | 3F | 1D |
| Octal | 34 | 172 | 155 | 115 | 0 | 13 | 64 | 254 | 77 | 35 |
| Binary | 11100 | 1111010 | 1101101 | 1001101 | 0 | 1011 | 110100 | 10101100 | 111111 | 11101 |
Color Harmonies of #1C7A6D
Complementary color
Monochromatic Colors of #1C7A6D
Black with #1C7A6D
Text Example
Text Example
White with #1C7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7A6D; }
p { color: rgb(28,122,109); }
H1.HeaderClassName
{
color: #1C7A6D;
}
.AnyTagClassName
{
color: #1C7A6D;
}
</style>
background-color css
<style>
a { background-color: #1C7A6D; }
a { background-color: rgb(28,122,109); }
div.DivClassName
{
background-color: #1C7A6D;
}
.BgClassName
{
background-color: #1C7A6D;
}
</style>
border-color css
<style>
span { border-color: #1C7A6D; }
span { border-color: rgb(28,122,109); }
td.TdClassName
{
border-color: #1C7A6D;
}
.TagClassName
{
border-color: #1C7A6D;
}
</style>