Shades of Deep Sea #1A7D5F
Tints of Deep Sea #1A7D5F
RGB
CMYK
RGB Variations
Color information
#1A7D5F (or 0x1A7D5F) is known color: Deep Sea. HEX triplet: 1A, 7D and 5F. RGB value is (26,125,95). Sum of RGB (Red+Green+Blue) = 26+125+95=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #1A7D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7D5F is #E582A0. Grayscale: #5C5C5C. Windows color (decimal): -15041185 or 6257946. OLE color: 6257946.
HSL color Cylindrical-coordinate representation of color #1A7D5F: hue angle of 161.82º 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 #1A7D5F is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 125 | 95 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.51 |
| HSL | 161.82º | 0.66% | 0.3% | - |
| HSV(B) | 161.82º | 0.79% | 0.49% | - |
| XYZ | 9.83 | 15.71 | 13.34 | - |
| YUV | 91.98 | 129.7 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 95 | 0.79 | 0 | 0.24 | 0.51 | 161.82 | 0.66 | 0.3 |
| Hex | 1A | 7D | 5F | 4F | 0 | 18 | 33 | A2 | 42 | 1E |
| Octal | 32 | 175 | 137 | 117 | 0 | 30 | 63 | 242 | 102 | 36 |
| Binary | 11010 | 1111101 | 1011111 | 1001111 | 0 | 11000 | 110011 | 10100010 | 1000010 | 11110 |
Color Harmonies of #1A7D5F
Complementary color
Monochromatic Colors of #1A7D5F
Black with #1A7D5F
Text Example
Text Example
White with #1A7D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7D5F; }
p { color: rgb(26,125,95); }
H1.HeaderClassName
{
color: #1A7D5F;
}
.AnyTagClassName
{
color: #1A7D5F;
}
</style>
background-color css
<style>
a { background-color: #1A7D5F; }
a { background-color: rgb(26,125,95); }
div.DivClassName
{
background-color: #1A7D5F;
}
.BgClassName
{
background-color: #1A7D5F;
}
</style>
border-color css
<style>
span { border-color: #1A7D5F; }
span { border-color: rgb(26,125,95); }
td.TdClassName
{
border-color: #1A7D5F;
}
.TagClassName
{
border-color: #1A7D5F;
}
</style>