Shades of Deep Sea #1A7A63
Tints of Deep Sea #1A7A63
RGB
CMYK
RGB Variations
Color information
#1A7A63 (or 0x1A7A63) is known color: Deep Sea. HEX triplet: 1A, 7A and 63. RGB value is (26,122,99). Sum of RGB (Red+Green+Blue) = 26+122+99=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #1A7A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7A63 is #E5859C. Grayscale: #5A5A5A. Windows color (decimal): -15041949 or 6519322. OLE color: 6519322.
HSL color Cylindrical-coordinate representation of color #1A7A63: hue angle of 165.62º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7A63 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 122 | 99 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.52 |
| HSL | 165.63º | 0.65% | 0.29% | - |
| HSV(B) | 165.63º | 0.79% | 0.48% | - |
| XYZ | 9.64 | 15.04 | 14.2 | - |
| YUV | 90.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 122 | 99 | 0.79 | 0 | 0.19 | 0.52 | 165.63 | 0.65 | 0.29 |
| Hex | 1A | 7A | 63 | 4F | 0 | 13 | 34 | A6 | 41 | 1D |
| Octal | 32 | 172 | 143 | 117 | 0 | 23 | 64 | 246 | 101 | 35 |
| Binary | 11010 | 1111010 | 1100011 | 1001111 | 0 | 10011 | 110100 | 10100110 | 1000001 | 11101 |
Color Harmonies of #1A7A63
Complementary color
Monochromatic Colors of #1A7A63
Black with #1A7A63
Text Example
Text Example
White with #1A7A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7A63; }
p { color: rgb(26,122,99); }
H1.HeaderClassName
{
color: #1A7A63;
}
.AnyTagClassName
{
color: #1A7A63;
}
</style>
background-color css
<style>
a { background-color: #1A7A63; }
a { background-color: rgb(26,122,99); }
div.DivClassName
{
background-color: #1A7A63;
}
.BgClassName
{
background-color: #1A7A63;
}
</style>
border-color css
<style>
span { border-color: #1A7A63; }
span { border-color: rgb(26,122,99); }
td.TdClassName
{
border-color: #1A7A63;
}
.TagClassName
{
border-color: #1A7A63;
}
</style>