Shades of Deep Sea #227A68
Tints of Deep Sea #227A68
RGB
CMYK
RGB Variations
Color information
#227A68 (or 0x227A68) is known color: Deep Sea. HEX triplet: 22, 7A and 68. RGB value is (34,122,104). Sum of RGB (Red+Green+Blue) = 34+122+104=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 122 - color contains mainly: green. Hex color #227A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227A68 is #DD8597. Grayscale: #5D5D5D. Windows color (decimal): -14517656 or 6847010. OLE color: 6847010.
HSL color Cylindrical-coordinate representation of color #227A68: hue angle of 167.73º 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 #227A68 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 122 | 104 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.52 |
| HSL | 167.73º | 0.56% | 0.31% | - |
| HSV(B) | 167.73º | 0.72% | 0.48% | - |
| XYZ | 10.12 | 15.26 | 15.51 | - |
| YUV | 93.64 | 133.85 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 104 | 0.72 | 0 | 0.15 | 0.52 | 167.73 | 0.56 | 0.31 |
| Hex | 22 | 7A | 68 | 48 | 0 | F | 34 | A8 | 38 | 1F |
| Octal | 42 | 172 | 150 | 110 | 0 | 17 | 64 | 250 | 70 | 37 |
| Binary | 100010 | 1111010 | 1101000 | 1001000 | 0 | 1111 | 110100 | 10101000 | 111000 | 11111 |
Color Harmonies of #227A68
Complementary color
Monochromatic Colors of #227A68
Black with #227A68
Text Example
Text Example
White with #227A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227A68; }
p { color: rgb(34,122,104); }
H1.HeaderClassName
{
color: #227A68;
}
.AnyTagClassName
{
color: #227A68;
}
</style>
background-color css
<style>
a { background-color: #227A68; }
a { background-color: rgb(34,122,104); }
div.DivClassName
{
background-color: #227A68;
}
.BgClassName
{
background-color: #227A68;
}
</style>
border-color css
<style>
span { border-color: #227A68; }
span { border-color: rgb(34,122,104); }
td.TdClassName
{
border-color: #227A68;
}
.TagClassName
{
border-color: #227A68;
}
</style>