Shades of Deep Sea #1A7E68
Tints of Deep Sea #1A7E68
RGB
CMYK
RGB Variations
Color information
#1A7E68 (or 0x1A7E68) is known color: Deep Sea. HEX triplet: 1A, 7E and 68. RGB value is (26,126,104). Sum of RGB (Red+Green+Blue) = 26+126+104=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 126 - color contains mainly: green. Hex color #1A7E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7E68 is #E58197. Grayscale: #5D5D5D. Windows color (decimal): -15040920 or 6848026. OLE color: 6848026.
HSL color Cylindrical-coordinate representation of color #1A7E68: hue angle of 166.8º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7E68 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 126 | 104 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.51 |
| HSL | 166.8º | 0.66% | 0.3% | - |
| HSV(B) | 166.8º | 0.79% | 0.49% | - |
| XYZ | 10.39 | 16.14 | 15.66 | - |
| YUV | 93.59 | 133.87 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 126 | 104 | 0.79 | 0 | 0.17 | 0.51 | 166.8 | 0.66 | 0.3 |
| Hex | 1A | 7E | 68 | 4F | 0 | 11 | 33 | A7 | 42 | 1E |
| Octal | 32 | 176 | 150 | 117 | 0 | 21 | 63 | 247 | 102 | 36 |
| Binary | 11010 | 1111110 | 1101000 | 1001111 | 0 | 10001 | 110011 | 10100111 | 1000010 | 11110 |
Color Harmonies of #1A7E68
Complementary color
Monochromatic Colors of #1A7E68
Black with #1A7E68
Text Example
Text Example
White with #1A7E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7E68; }
p { color: rgb(26,126,104); }
H1.HeaderClassName
{
color: #1A7E68;
}
.AnyTagClassName
{
color: #1A7E68;
}
</style>
background-color css
<style>
a { background-color: #1A7E68; }
a { background-color: rgb(26,126,104); }
div.DivClassName
{
background-color: #1A7E68;
}
.BgClassName
{
background-color: #1A7E68;
}
</style>
border-color css
<style>
span { border-color: #1A7E68; }
span { border-color: rgb(26,126,104); }
td.TdClassName
{
border-color: #1A7E68;
}
.TagClassName
{
border-color: #1A7E68;
}
</style>