Shades of Atoll #226D70
Tints of Atoll #226D70
RGB
CMYK
RGB Variations
Color information
#226D70 (or 0x226D70) is known color: Atoll. HEX triplet: 22, 6D and 70. RGB value is (34,109,112). Sum of RGB (Red+Green+Blue) = 34+109+112=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #226D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226D70 is #DD928F. Grayscale: #565656. Windows color (decimal): -14520976 or 7367970. OLE color: 7367970.
HSL color Cylindrical-coordinate representation of color #226D70: hue angle of 182.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #226D70 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 109 | 112 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.56 |
| HSL | 182.31º | 0.53% | 0.29% | - |
| HSV(B) | 182.31º | 0.7% | 0.44% | - |
| XYZ | 9.05 | 12.45 | 17.25 | - |
| YUV | 86.92 | 142.15 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 109 | 112 | 0.70 | 0.03 | 0 | 0.56 | 182.31 | 0.53 | 0.29 |
| Hex | 22 | 6D | 70 | 46 | 3 | 0 | 38 | B6 | 35 | 1D |
| Octal | 42 | 155 | 160 | 106 | 3 | 0 | 70 | 266 | 65 | 35 |
| Binary | 100010 | 1101101 | 1110000 | 1000110 | 11 | 0 | 111000 | 10110110 | 110101 | 11101 |
Color Harmonies of #226D70
Complementary color
Monochromatic Colors of #226D70
Black with #226D70
Text Example
Text Example
White with #226D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226D70; }
p { color: rgb(34,109,112); }
H1.HeaderClassName
{
color: #226D70;
}
.AnyTagClassName
{
color: #226D70;
}
</style>
background-color css
<style>
a { background-color: #226D70; }
a { background-color: rgb(34,109,112); }
div.DivClassName
{
background-color: #226D70;
}
.BgClassName
{
background-color: #226D70;
}
</style>
border-color css
<style>
span { border-color: #226D70; }
span { border-color: rgb(34,109,112); }
td.TdClassName
{
border-color: #226D70;
}
.TagClassName
{
border-color: #226D70;
}
</style>