Shades of Deep Sea #1A785A
Tints of Deep Sea #1A785A
RGB
CMYK
RGB Variations
Color information
#1A785A (or 0x1A785A) is known color: Deep Sea. HEX triplet: 1A, 78 and 5A. RGB value is (26,120,90). Sum of RGB (Red+Green+Blue) = 26+120+90=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #1A785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A785A is #E587A5. Grayscale: #585858. Windows color (decimal): -15042470 or 5928986. OLE color: 5928986.
HSL color Cylindrical-coordinate representation of color #1A785A: hue angle of 160.85º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A785A is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 120 | 90 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.53 |
| HSL | 160.85º | 0.64% | 0.29% | - |
| HSV(B) | 160.85º | 0.78% | 0.47% | - |
| XYZ | 8.99 | 14.39 | 11.98 | - |
| YUV | 88.47 | 128.86 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 120 | 90 | 0.78 | 0 | 0.25 | 0.53 | 160.85 | 0.64 | 0.29 |
| Hex | 1A | 78 | 5A | 4E | 0 | 19 | 35 | A1 | 40 | 1D |
| Octal | 32 | 170 | 132 | 116 | 0 | 31 | 65 | 241 | 100 | 35 |
| Binary | 11010 | 1111000 | 1011010 | 1001110 | 0 | 11001 | 110101 | 10100001 | 1000000 | 11101 |
Color Harmonies of #1A785A
Complementary color
Monochromatic Colors of #1A785A
Black with #1A785A
Text Example
Text Example
White with #1A785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A785A; }
p { color: rgb(26,120,90); }
H1.HeaderClassName
{
color: #1A785A;
}
.AnyTagClassName
{
color: #1A785A;
}
</style>
background-color css
<style>
a { background-color: #1A785A; }
a { background-color: rgb(26,120,90); }
div.DivClassName
{
background-color: #1A785A;
}
.BgClassName
{
background-color: #1A785A;
}
</style>
border-color css
<style>
span { border-color: #1A785A; }
span { border-color: rgb(26,120,90); }
td.TdClassName
{
border-color: #1A785A;
}
.TagClassName
{
border-color: #1A785A;
}
</style>