Shades of Atoll #227C7C
Tints of Atoll #227C7C
RGB
CMYK
RGB Variations
Color information
#227C7C (or 0x227C7C) is known color: Atoll. HEX triplet: 22, 7C and 7C. RGB value is (34,124,124). Sum of RGB (Red+Green+Blue) = 34+124+124=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #227C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227C7C is #DD8383. Grayscale: #616161. Windows color (decimal): -14517124 or 8158242. OLE color: 8158242.
HSL color Cylindrical-coordinate representation of color #227C7C: hue angle of 180º 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 #227C7C is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 124 | 124 | - |
| CMYK | 0.73 | 0 | 0 | 0.51 |
| HSL | 180º | 0.57% | 0.31% | - |
| HSV(B) | 180º | 0.73% | 0.49% | - |
| XYZ | 11.51 | 16.21 | 21.59 | - |
| YUV | 97.09 | 143.18 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 124 | 0.73 | 0 | 0 | 0.51 | 180 | 0.57 | 0.31 |
| Hex | 22 | 7C | 7C | 49 | 0 | 0 | 33 | B4 | 39 | 1F |
| Octal | 42 | 174 | 174 | 111 | 0 | 0 | 63 | 264 | 71 | 37 |
| Binary | 100010 | 1111100 | 1111100 | 1001001 | 0 | 0 | 110011 | 10110100 | 111001 | 11111 |
Color Harmonies of #227C7C
Complementary color
Monochromatic Colors of #227C7C
Black with #227C7C
Text Example
Text Example
White with #227C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227C7C; }
p { color: rgb(34,124,124); }
H1.HeaderClassName
{
color: #227C7C;
}
.AnyTagClassName
{
color: #227C7C;
}
</style>
background-color css
<style>
a { background-color: #227C7C; }
a { background-color: rgb(34,124,124); }
div.DivClassName
{
background-color: #227C7C;
}
.BgClassName
{
background-color: #227C7C;
}
</style>
border-color css
<style>
span { border-color: #227C7C; }
span { border-color: rgb(34,124,124); }
td.TdClassName
{
border-color: #227C7C;
}
.TagClassName
{
border-color: #227C7C;
}
</style>