Shades of Deep Sea #1A7969
Tints of Deep Sea #1A7969
RGB
CMYK
RGB Variations
Color information
#1A7969 (or 0x1A7969) is known color: Deep Sea. HEX triplet: 1A, 79 and 69. RGB value is (26,121,105). Sum of RGB (Red+Green+Blue) = 26+121+105=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #1A7969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7969 is #E58696. Grayscale: #5A5A5A. Windows color (decimal): -15042199 or 6912282. OLE color: 6912282.
HSL color Cylindrical-coordinate representation of color #1A7969: hue angle of 169.89º 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 #1A7969 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 121 | 105 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.53 |
| HSL | 169.89º | 0.65% | 0.29% | - |
| HSV(B) | 169.89º | 0.79% | 0.47% | - |
| XYZ | 9.81 | 14.91 | 15.73 | - |
| YUV | 90.77 | 136.03 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 121 | 105 | 0.79 | 0 | 0.13 | 0.53 | 169.89 | 0.65 | 0.29 |
| Hex | 1A | 79 | 69 | 4F | 0 | D | 35 | AA | 41 | 1D |
| Octal | 32 | 171 | 151 | 117 | 0 | 15 | 65 | 252 | 101 | 35 |
| Binary | 11010 | 1111001 | 1101001 | 1001111 | 0 | 1101 | 110101 | 10101010 | 1000001 | 11101 |
Color Harmonies of #1A7969
Complementary color
Monochromatic Colors of #1A7969
Black with #1A7969
Text Example
Text Example
White with #1A7969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7969; }
p { color: rgb(26,121,105); }
H1.HeaderClassName
{
color: #1A7969;
}
.AnyTagClassName
{
color: #1A7969;
}
</style>
background-color css
<style>
a { background-color: #1A7969; }
a { background-color: rgb(26,121,105); }
div.DivClassName
{
background-color: #1A7969;
}
.BgClassName
{
background-color: #1A7969;
}
</style>
border-color css
<style>
span { border-color: #1A7969; }
span { border-color: rgb(26,121,105); }
td.TdClassName
{
border-color: #1A7969;
}
.TagClassName
{
border-color: #1A7969;
}
</style>