Shades of Deep Sea #1A786A
Tints of Deep Sea #1A786A
RGB
CMYK
RGB Variations
Color information
#1A786A (or 0x1A786A) is known color: Deep Sea. HEX triplet: 1A, 78 and 6A. RGB value is (26,120,106). Sum of RGB (Red+Green+Blue) = 26+120+106=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #1A786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A786A is #E58795. Grayscale: #5A5A5A. Windows color (decimal): -15042454 or 6977562. OLE color: 6977562.
HSL color Cylindrical-coordinate representation of color #1A786A: hue angle of 171.06º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A786A is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 120 | 106 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.53 |
| HSL | 171.06º | 0.64% | 0.29% | - |
| HSV(B) | 171.06º | 0.78% | 0.47% | - |
| XYZ | 9.74 | 14.69 | 15.96 | - |
| YUV | 90.3 | 136.86 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 120 | 106 | 0.78 | 0 | 0.12 | 0.53 | 171.06 | 0.64 | 0.29 |
| Hex | 1A | 78 | 6A | 4E | 0 | C | 35 | AB | 40 | 1D |
| Octal | 32 | 170 | 152 | 116 | 0 | 14 | 65 | 253 | 100 | 35 |
| Binary | 11010 | 1111000 | 1101010 | 1001110 | 0 | 1100 | 110101 | 10101011 | 1000000 | 11101 |
Color Harmonies of #1A786A
Complementary color
Monochromatic Colors of #1A786A
Black with #1A786A
Text Example
Text Example
White with #1A786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A786A; }
p { color: rgb(26,120,106); }
H1.HeaderClassName
{
color: #1A786A;
}
.AnyTagClassName
{
color: #1A786A;
}
</style>
background-color css
<style>
a { background-color: #1A786A; }
a { background-color: rgb(26,120,106); }
div.DivClassName
{
background-color: #1A786A;
}
.BgClassName
{
background-color: #1A786A;
}
</style>
border-color css
<style>
span { border-color: #1A786A; }
span { border-color: rgb(26,120,106); }
td.TdClassName
{
border-color: #1A786A;
}
.TagClassName
{
border-color: #1A786A;
}
</style>