Shades of Deep Sea #227F5E
Tints of Deep Sea #227F5E
RGB
CMYK
RGB Variations
Color information
#227F5E (or 0x227F5E) is known color: Deep Sea. HEX triplet: 22, 7F and 5E. RGB value is (34,127,94). Sum of RGB (Red+Green+Blue) = 34+127+94=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #227F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227F5E is #DD80A1. Grayscale: #5F5F5F. Windows color (decimal): -14516386 or 6192930. OLE color: 6192930.
HSL color Cylindrical-coordinate representation of color #227F5E: hue angle of 158.71º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227F5E is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 127 | 94 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.50 |
| HSL | 158.71º | 0.58% | 0.32% | - |
| HSV(B) | 158.71º | 0.73% | 0.5% | - |
| XYZ | 10.27 | 16.33 | 13.2 | - |
| YUV | 95.43 | 127.19 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 94 | 0.73 | 0 | 0.26 | 0.50 | 158.71 | 0.58 | 0.32 |
| Hex | 22 | 7F | 5E | 49 | 0 | 1A | 32 | 9F | 3A | 20 |
| Octal | 42 | 177 | 136 | 111 | 0 | 32 | 62 | 237 | 72 | 40 |
| Binary | 100010 | 1111111 | 1011110 | 1001001 | 0 | 11010 | 110010 | 10011111 | 111010 | 100000 |
Color Harmonies of #227F5E
Complementary color
Monochromatic Colors of #227F5E
Black with #227F5E
Text Example
Text Example
White with #227F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227F5E; }
p { color: rgb(34,127,94); }
H1.HeaderClassName
{
color: #227F5E;
}
.AnyTagClassName
{
color: #227F5E;
}
</style>
background-color css
<style>
a { background-color: #227F5E; }
a { background-color: rgb(34,127,94); }
div.DivClassName
{
background-color: #227F5E;
}
.BgClassName
{
background-color: #227F5E;
}
</style>
border-color css
<style>
span { border-color: #227F5E; }
span { border-color: rgb(34,127,94); }
td.TdClassName
{
border-color: #227F5E;
}
.TagClassName
{
border-color: #227F5E;
}
</style>