Shades of Deep Sea #1A7768
Tints of Deep Sea #1A7768
RGB
CMYK
RGB Variations
Color information
#1A7768 (or 0x1A7768) is known color: Deep Sea. HEX triplet: 1A, 77 and 68. RGB value is (26,119,104). Sum of RGB (Red+Green+Blue) = 26+119+104=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7768 is #E58897. Grayscale: #595959. Windows color (decimal): -15042712 or 6846234. OLE color: 6846234.
HSL color Cylindrical-coordinate representation of color #1A7768: hue angle of 170.32º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7768 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 119 | 104 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.53 |
| HSL | 170.32º | 0.64% | 0.28% | - |
| HSV(B) | 170.32º | 0.78% | 0.47% | - |
| XYZ | 9.52 | 14.41 | 15.38 | - |
| YUV | 89.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 119 | 104 | 0.78 | 0 | 0.13 | 0.53 | 170.32 | 0.64 | 0.28 |
| Hex | 1A | 77 | 68 | 4E | 0 | D | 35 | AA | 40 | 1C |
| Octal | 32 | 167 | 150 | 116 | 0 | 15 | 65 | 252 | 100 | 34 |
| Binary | 11010 | 1110111 | 1101000 | 1001110 | 0 | 1101 | 110101 | 10101010 | 1000000 | 11100 |
Color Harmonies of #1A7768
Complementary color
Monochromatic Colors of #1A7768
Black with #1A7768
Text Example
Text Example
White with #1A7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7768; }
p { color: rgb(26,119,104); }
H1.HeaderClassName
{
color: #1A7768;
}
.AnyTagClassName
{
color: #1A7768;
}
</style>
background-color css
<style>
a { background-color: #1A7768; }
a { background-color: rgb(26,119,104); }
div.DivClassName
{
background-color: #1A7768;
}
.BgClassName
{
background-color: #1A7768;
}
</style>
border-color css
<style>
span { border-color: #1A7768; }
span { border-color: rgb(26,119,104); }
td.TdClassName
{
border-color: #1A7768;
}
.TagClassName
{
border-color: #1A7768;
}
</style>