Shades of Deep Sea #227A5F
Tints of Deep Sea #227A5F
RGB
CMYK
RGB Variations
Color information
#227A5F (or 0x227A5F) is known color: Deep Sea. HEX triplet: 22, 7A and 5F. RGB value is (34,122,95). Sum of RGB (Red+Green+Blue) = 34+122+95=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #227A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227A5F is #DD85A0. Grayscale: #5C5C5C. Windows color (decimal): -14517665 or 6257186. OLE color: 6257186.
HSL color Cylindrical-coordinate representation of color #227A5F: hue angle of 161.59º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227A5F is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 122 | 95 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.52 |
| HSL | 161.59º | 0.56% | 0.31% | - |
| HSV(B) | 161.59º | 0.72% | 0.48% | - |
| XYZ | 9.68 | 15.09 | 13.23 | - |
| YUV | 92.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 95 | 0.72 | 0 | 0.22 | 0.52 | 161.59 | 0.56 | 0.31 |
| Hex | 22 | 7A | 5F | 48 | 0 | 16 | 34 | A2 | 38 | 1F |
| Octal | 42 | 172 | 137 | 110 | 0 | 26 | 64 | 242 | 70 | 37 |
| Binary | 100010 | 1111010 | 1011111 | 1001000 | 0 | 10110 | 110100 | 10100010 | 111000 | 11111 |
Color Harmonies of #227A5F
Complementary color
Monochromatic Colors of #227A5F
Black with #227A5F
Text Example
Text Example
White with #227A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227A5F; }
p { color: rgb(34,122,95); }
H1.HeaderClassName
{
color: #227A5F;
}
.AnyTagClassName
{
color: #227A5F;
}
</style>
background-color css
<style>
a { background-color: #227A5F; }
a { background-color: rgb(34,122,95); }
div.DivClassName
{
background-color: #227A5F;
}
.BgClassName
{
background-color: #227A5F;
}
</style>
border-color css
<style>
span { border-color: #227A5F; }
span { border-color: rgb(34,122,95); }
td.TdClassName
{
border-color: #227A5F;
}
.TagClassName
{
border-color: #227A5F;
}
</style>