Shades of Deep Sea #1A7D5E
Tints of Deep Sea #1A7D5E
RGB
CMYK
RGB Variations
Color information
#1A7D5E (or 0x1A7D5E) is known color: Deep Sea. HEX triplet: 1A, 7D and 5E. RGB value is (26,125,94). Sum of RGB (Red+Green+Blue) = 26+125+94=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #1A7D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7D5E is #E582A1. Grayscale: #5B5B5B. Windows color (decimal): -15041186 or 6192410. OLE color: 6192410.
HSL color Cylindrical-coordinate representation of color #1A7D5E: hue angle of 161.21º 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 #1A7D5E is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 125 | 94 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.51 |
| HSL | 161.21º | 0.66% | 0.3% | - |
| HSV(B) | 161.21º | 0.79% | 0.49% | - |
| XYZ | 9.78 | 15.69 | 13.1 | - |
| YUV | 91.87 | 129.2 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 94 | 0.79 | 0 | 0.25 | 0.51 | 161.21 | 0.66 | 0.3 |
| Hex | 1A | 7D | 5E | 4F | 0 | 19 | 33 | A1 | 42 | 1E |
| Octal | 32 | 175 | 136 | 117 | 0 | 31 | 63 | 241 | 102 | 36 |
| Binary | 11010 | 1111101 | 1011110 | 1001111 | 0 | 11001 | 110011 | 10100001 | 1000010 | 11110 |
Color Harmonies of #1A7D5E
Complementary color
Monochromatic Colors of #1A7D5E
Black with #1A7D5E
Text Example
Text Example
White with #1A7D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7D5E; }
p { color: rgb(26,125,94); }
H1.HeaderClassName
{
color: #1A7D5E;
}
.AnyTagClassName
{
color: #1A7D5E;
}
</style>
background-color css
<style>
a { background-color: #1A7D5E; }
a { background-color: rgb(26,125,94); }
div.DivClassName
{
background-color: #1A7D5E;
}
.BgClassName
{
background-color: #1A7D5E;
}
</style>
border-color css
<style>
span { border-color: #1A7D5E; }
span { border-color: rgb(26,125,94); }
td.TdClassName
{
border-color: #1A7D5E;
}
.TagClassName
{
border-color: #1A7D5E;
}
</style>