Shades of Atoll #227F7E
Tints of Atoll #227F7E
RGB
CMYK
RGB Variations
Color information
#227F7E (or 0x227F7E) is known color: Atoll. HEX triplet: 22, 7F and 7E. RGB value is (34,127,126). Sum of RGB (Red+Green+Blue) = 34+127+126=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #227F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227F7E is #DD8081. Grayscale: #626262. Windows color (decimal): -14516354 or 8290082. OLE color: 8290082.
HSL color Cylindrical-coordinate representation of color #227F7E: hue angle of 179.35º 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 #227F7E is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 127 | 126 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.50 |
| HSL | 179.35º | 0.58% | 0.32% | - |
| HSV(B) | 179.35º | 0.73% | 0.5% | - |
| XYZ | 12.01 | 17.03 | 22.39 | - |
| YUV | 99.08 | 143.19 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 126 | 0.73 | 0 | 0.01 | 0.50 | 179.35 | 0.58 | 0.32 |
| Hex | 22 | 7F | 7E | 49 | 0 | 1 | 32 | B3 | 3A | 20 |
| Octal | 42 | 177 | 176 | 111 | 0 | 1 | 62 | 263 | 72 | 40 |
| Binary | 100010 | 1111111 | 1111110 | 1001001 | 0 | 1 | 110010 | 10110011 | 111010 | 100000 |
Color Harmonies of #227F7E
Complementary color
Monochromatic Colors of #227F7E
Black with #227F7E
Text Example
Text Example
White with #227F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227F7E; }
p { color: rgb(34,127,126); }
H1.HeaderClassName
{
color: #227F7E;
}
.AnyTagClassName
{
color: #227F7E;
}
</style>
background-color css
<style>
a { background-color: #227F7E; }
a { background-color: rgb(34,127,126); }
div.DivClassName
{
background-color: #227F7E;
}
.BgClassName
{
background-color: #227F7E;
}
</style>
border-color css
<style>
span { border-color: #227F7E; }
span { border-color: rgb(34,127,126); }
td.TdClassName
{
border-color: #227F7E;
}
.TagClassName
{
border-color: #227F7E;
}
</style>