Shades of Deep Sea #1A7660
Tints of Deep Sea #1A7660
RGB
CMYK
RGB Variations
Color information
#1A7660 (or 0x1A7660) is known color: Deep Sea. HEX triplet: 1A, 76 and 60. RGB value is (26,118,96). Sum of RGB (Red+Green+Blue) = 26+118+96=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7660 is #E5899F. Grayscale: #575757. Windows color (decimal): -15042976 or 6321690. OLE color: 6321690.
HSL color Cylindrical-coordinate representation of color #1A7660: hue angle of 165.65º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7660 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 118 | 96 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.54 |
| HSL | 165.65º | 0.64% | 0.28% | - |
| HSV(B) | 165.65º | 0.78% | 0.46% | - |
| XYZ | 9.02 | 14.02 | 13.3 | - |
| YUV | 87.98 | 132.52 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 96 | 0.78 | 0 | 0.19 | 0.54 | 165.65 | 0.64 | 0.28 |
| Hex | 1A | 76 | 60 | 4E | 0 | 13 | 36 | A6 | 40 | 1C |
| Octal | 32 | 166 | 140 | 116 | 0 | 23 | 66 | 246 | 100 | 34 |
| Binary | 11010 | 1110110 | 1100000 | 1001110 | 0 | 10011 | 110110 | 10100110 | 1000000 | 11100 |
Color Harmonies of #1A7660
Complementary color
Monochromatic Colors of #1A7660
Black with #1A7660
Text Example
Text Example
White with #1A7660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7660; }
p { color: rgb(26,118,96); }
H1.HeaderClassName
{
color: #1A7660;
}
.AnyTagClassName
{
color: #1A7660;
}
</style>
background-color css
<style>
a { background-color: #1A7660; }
a { background-color: rgb(26,118,96); }
div.DivClassName
{
background-color: #1A7660;
}
.BgClassName
{
background-color: #1A7660;
}
</style>
border-color css
<style>
span { border-color: #1A7660; }
span { border-color: rgb(26,118,96); }
td.TdClassName
{
border-color: #1A7660;
}
.TagClassName
{
border-color: #1A7660;
}
</style>