Shades of Deep Sea #22795D
Tints of Deep Sea #22795D
RGB
CMYK
RGB Variations
Color information
#22795D (or 0x22795D) is known color: Deep Sea. HEX triplet: 22, 79 and 5D. RGB value is (34,121,93). Sum of RGB (Red+Green+Blue) = 34+121+93=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #22795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22795D is #DD86A2. Grayscale: #5B5B5B. Windows color (decimal): -14517923 or 6125858. OLE color: 6125858.
HSL color Cylindrical-coordinate representation of color #22795D: hue angle of 160.69º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #22795D is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 121 | 93 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.53 |
| HSL | 160.69º | 0.56% | 0.3% | - |
| HSV(B) | 160.69º | 0.72% | 0.47% | - |
| XYZ | 9.47 | 14.81 | 12.71 | - |
| YUV | 91.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 121 | 93 | 0.72 | 0 | 0.23 | 0.53 | 160.69 | 0.56 | 0.3 |
| Hex | 22 | 79 | 5D | 48 | 0 | 17 | 35 | A1 | 38 | 1E |
| Octal | 42 | 171 | 135 | 110 | 0 | 27 | 65 | 241 | 70 | 36 |
| Binary | 100010 | 1111001 | 1011101 | 1001000 | 0 | 10111 | 110101 | 10100001 | 111000 | 11110 |
Color Harmonies of #22795D
Complementary color
Monochromatic Colors of #22795D
Black with #22795D
Text Example
Text Example
White with #22795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22795D; }
p { color: rgb(34,121,93); }
H1.HeaderClassName
{
color: #22795D;
}
.AnyTagClassName
{
color: #22795D;
}
</style>
background-color css
<style>
a { background-color: #22795D; }
a { background-color: rgb(34,121,93); }
div.DivClassName
{
background-color: #22795D;
}
.BgClassName
{
background-color: #22795D;
}
</style>
border-color css
<style>
span { border-color: #22795D; }
span { border-color: rgb(34,121,93); }
td.TdClassName
{
border-color: #22795D;
}
.TagClassName
{
border-color: #22795D;
}
</style>