Shades of Deep Sea #227D5E
Tints of Deep Sea #227D5E
RGB
CMYK
RGB Variations
Color information
#227D5E (or 0x227D5E) is known color: Deep Sea. HEX triplet: 22, 7D and 5E. RGB value is (34,125,94). Sum of RGB (Red+Green+Blue) = 34+125+94=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #227D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227D5E is #DD82A1. Grayscale: #5E5E5E. Windows color (decimal): -14516898 or 6192418. OLE color: 6192418.
HSL color Cylindrical-coordinate representation of color #227D5E: hue angle of 159.56º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227D5E is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 125 | 94 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.51 |
| HSL | 159.56º | 0.57% | 0.31% | - |
| HSV(B) | 159.56º | 0.73% | 0.49% | - |
| XYZ | 10.01 | 15.82 | 13.11 | - |
| YUV | 94.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 94 | 0.73 | 0 | 0.25 | 0.51 | 159.56 | 0.57 | 0.31 |
| Hex | 22 | 7D | 5E | 49 | 0 | 19 | 33 | A0 | 39 | 1F |
| Octal | 42 | 175 | 136 | 111 | 0 | 31 | 63 | 240 | 71 | 37 |
| Binary | 100010 | 1111101 | 1011110 | 1001001 | 0 | 11001 | 110011 | 10100000 | 111001 | 11111 |
Color Harmonies of #227D5E
Complementary color
Monochromatic Colors of #227D5E
Black with #227D5E
Text Example
Text Example
White with #227D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227D5E; }
p { color: rgb(34,125,94); }
H1.HeaderClassName
{
color: #227D5E;
}
.AnyTagClassName
{
color: #227D5E;
}
</style>
background-color css
<style>
a { background-color: #227D5E; }
a { background-color: rgb(34,125,94); }
div.DivClassName
{
background-color: #227D5E;
}
.BgClassName
{
background-color: #227D5E;
}
</style>
border-color css
<style>
span { border-color: #227D5E; }
span { border-color: rgb(34,125,94); }
td.TdClassName
{
border-color: #227D5E;
}
.TagClassName
{
border-color: #227D5E;
}
</style>