Shades of Deep Sea #1C776B
Tints of Deep Sea #1C776B
RGB
CMYK
RGB Variations
Color information
#1C776B (or 0x1C776B) is known color: Deep Sea. HEX triplet: 1C, 77 and 6B. RGB value is (28,119,107). Sum of RGB (Red+Green+Blue) = 28+119+107=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #1C776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C776B is #E38894. Grayscale: #5A5A5A. Windows color (decimal): -14911637 or 7042844. OLE color: 7042844.
HSL color Cylindrical-coordinate representation of color #1C776B: hue angle of 172.09º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C776B is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 119 | 107 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.53 |
| HSL | 172.09º | 0.62% | 0.29% | - |
| HSV(B) | 172.09º | 0.76% | 0.47% | - |
| XYZ | 9.73 | 14.5 | 16.2 | - |
| YUV | 90.42 | 137.35 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 119 | 107 | 0.76 | 0 | 0.10 | 0.53 | 172.09 | 0.62 | 0.29 |
| Hex | 1C | 77 | 6B | 4C | 0 | A | 35 | AC | 3E | 1D |
| Octal | 34 | 167 | 153 | 114 | 0 | 12 | 65 | 254 | 76 | 35 |
| Binary | 11100 | 1110111 | 1101011 | 1001100 | 0 | 1010 | 110101 | 10101100 | 111110 | 11101 |
Color Harmonies of #1C776B
Complementary color
Monochromatic Colors of #1C776B
Black with #1C776B
Text Example
Text Example
White with #1C776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C776B; }
p { color: rgb(28,119,107); }
H1.HeaderClassName
{
color: #1C776B;
}
.AnyTagClassName
{
color: #1C776B;
}
</style>
background-color css
<style>
a { background-color: #1C776B; }
a { background-color: rgb(28,119,107); }
div.DivClassName
{
background-color: #1C776B;
}
.BgClassName
{
background-color: #1C776B;
}
</style>
border-color css
<style>
span { border-color: #1C776B; }
span { border-color: rgb(28,119,107); }
td.TdClassName
{
border-color: #1C776B;
}
.TagClassName
{
border-color: #1C776B;
}
</style>