Shades of Deep Sea #1A7962
Tints of Deep Sea #1A7962
RGB
CMYK
RGB Variations
Color information
#1A7962 (or 0x1A7962) is known color: Deep Sea. HEX triplet: 1A, 79 and 62. RGB value is (26,121,98). Sum of RGB (Red+Green+Blue) = 26+121+98=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #1A7962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7962 is #E5869D. Grayscale: #595959. Windows color (decimal): -15042206 or 6453530. OLE color: 6453530.
HSL color Cylindrical-coordinate representation of color #1A7962: hue angle of 165.47º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7962 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 121 | 98 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.53 |
| HSL | 165.47º | 0.65% | 0.29% | - |
| HSV(B) | 165.47º | 0.79% | 0.47% | - |
| XYZ | 9.47 | 14.78 | 13.91 | - |
| YUV | 89.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 121 | 98 | 0.79 | 0 | 0.19 | 0.53 | 165.47 | 0.65 | 0.29 |
| Hex | 1A | 79 | 62 | 4F | 0 | 13 | 35 | A5 | 41 | 1D |
| Octal | 32 | 171 | 142 | 117 | 0 | 23 | 65 | 245 | 101 | 35 |
| Binary | 11010 | 1111001 | 1100010 | 1001111 | 0 | 10011 | 110101 | 10100101 | 1000001 | 11101 |
Color Harmonies of #1A7962
Complementary color
Monochromatic Colors of #1A7962
Black with #1A7962
Text Example
Text Example
White with #1A7962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7962; }
p { color: rgb(26,121,98); }
H1.HeaderClassName
{
color: #1A7962;
}
.AnyTagClassName
{
color: #1A7962;
}
</style>
background-color css
<style>
a { background-color: #1A7962; }
a { background-color: rgb(26,121,98); }
div.DivClassName
{
background-color: #1A7962;
}
.BgClassName
{
background-color: #1A7962;
}
</style>
border-color css
<style>
span { border-color: #1A7962; }
span { border-color: rgb(26,121,98); }
td.TdClassName
{
border-color: #1A7962;
}
.TagClassName
{
border-color: #1A7962;
}
</style>