Shades of Deep Sea #1A7666
Tints of Deep Sea #1A7666
RGB
CMYK
RGB Variations
Color information
#1A7666 (or 0x1A7666) is known color: Deep Sea. HEX triplet: 1A, 76 and 66. RGB value is (26,118,102). Sum of RGB (Red+Green+Blue) = 26+118+102=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7666 is #E58999. Grayscale: #585858. Windows color (decimal): -15042970 or 6714906. OLE color: 6714906.
HSL color Cylindrical-coordinate representation of color #1A7666: hue angle of 169.57º 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 #1A7666 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 118 | 102 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.54 |
| HSL | 169.57º | 0.64% | 0.28% | - |
| HSV(B) | 169.57º | 0.78% | 0.46% | - |
| XYZ | 9.3 | 14.14 | 14.81 | - |
| YUV | 88.67 | 135.52 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 102 | 0.78 | 0 | 0.14 | 0.54 | 169.57 | 0.64 | 0.28 |
| Hex | 1A | 76 | 66 | 4E | 0 | E | 36 | AA | 40 | 1C |
| Octal | 32 | 166 | 146 | 116 | 0 | 16 | 66 | 252 | 100 | 34 |
| Binary | 11010 | 1110110 | 1100110 | 1001110 | 0 | 1110 | 110110 | 10101010 | 1000000 | 11100 |
Color Harmonies of #1A7666
Complementary color
Monochromatic Colors of #1A7666
Black with #1A7666
Text Example
Text Example
White with #1A7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7666; }
p { color: rgb(26,118,102); }
H1.HeaderClassName
{
color: #1A7666;
}
.AnyTagClassName
{
color: #1A7666;
}
</style>
background-color css
<style>
a { background-color: #1A7666; }
a { background-color: rgb(26,118,102); }
div.DivClassName
{
background-color: #1A7666;
}
.BgClassName
{
background-color: #1A7666;
}
</style>
border-color css
<style>
span { border-color: #1A7666; }
span { border-color: rgb(26,118,102); }
td.TdClassName
{
border-color: #1A7666;
}
.TagClassName
{
border-color: #1A7666;
}
</style>