Shades of Deep Sea #1A795C
Tints of Deep Sea #1A795C
RGB
CMYK
RGB Variations
Color information
#1A795C (or 0x1A795C) is known color: Deep Sea. HEX triplet: 1A, 79 and 5C. RGB value is (26,121,92). Sum of RGB (Red+Green+Blue) = 26+121+92=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #1A795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A795C is #E586A3. Grayscale: #595959. Windows color (decimal): -15042212 or 6060314. OLE color: 6060314.
HSL color Cylindrical-coordinate representation of color #1A795C: hue angle of 161.68º 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 #1A795C is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 121 | 92 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.53 |
| HSL | 161.68º | 0.65% | 0.29% | - |
| HSV(B) | 161.68º | 0.79% | 0.47% | - |
| XYZ | 9.2 | 14.67 | 12.47 | - |
| YUV | 89.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 121 | 92 | 0.79 | 0 | 0.24 | 0.53 | 161.68 | 0.65 | 0.29 |
| Hex | 1A | 79 | 5C | 4F | 0 | 18 | 35 | A2 | 41 | 1D |
| Octal | 32 | 171 | 134 | 117 | 0 | 30 | 65 | 242 | 101 | 35 |
| Binary | 11010 | 1111001 | 1011100 | 1001111 | 0 | 11000 | 110101 | 10100010 | 1000001 | 11101 |
Color Harmonies of #1A795C
Complementary color
Monochromatic Colors of #1A795C
Black with #1A795C
Text Example
Text Example
White with #1A795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A795C; }
p { color: rgb(26,121,92); }
H1.HeaderClassName
{
color: #1A795C;
}
.AnyTagClassName
{
color: #1A795C;
}
</style>
background-color css
<style>
a { background-color: #1A795C; }
a { background-color: rgb(26,121,92); }
div.DivClassName
{
background-color: #1A795C;
}
.BgClassName
{
background-color: #1A795C;
}
</style>
border-color css
<style>
span { border-color: #1A795C; }
span { border-color: rgb(26,121,92); }
td.TdClassName
{
border-color: #1A795C;
}
.TagClassName
{
border-color: #1A795C;
}
</style>