Shades of Atoll #228185
Tints of Atoll #228185
RGB
CMYK
RGB Variations
Color information
#228185 (or 0x228185) is known color: Atoll. HEX triplet: 22, 81 and 85. RGB value is (34,129,133). Sum of RGB (Red+Green+Blue) = 34+129+133=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #228185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228185 is #DD7E7A. Grayscale: #646464. Windows color (decimal): -14515835 or 8749346. OLE color: 8749346.
HSL color Cylindrical-coordinate representation of color #228185: hue angle of 182.42º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228185 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 129 | 133 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.48 |
| HSL | 182.42º | 0.59% | 0.33% | - |
| HSV(B) | 182.42º | 0.74% | 0.52% | - |
| XYZ | 12.74 | 17.73 | 24.94 | - |
| YUV | 101.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 129 | 133 | 0.74 | 0.03 | 0 | 0.48 | 182.42 | 0.59 | 0.33 |
| Hex | 22 | 81 | 85 | 4A | 3 | 0 | 30 | B6 | 3B | 21 |
| Octal | 42 | 201 | 205 | 112 | 3 | 0 | 60 | 266 | 73 | 41 |
| Binary | 100010 | 10000001 | 10000101 | 1001010 | 11 | 0 | 110000 | 10110110 | 111011 | 100001 |
Color Harmonies of #228185
Complementary color
Monochromatic Colors of #228185
Black with #228185
Text Example
Text Example
White with #228185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228185; }
p { color: rgb(34,129,133); }
H1.HeaderClassName
{
color: #228185;
}
.AnyTagClassName
{
color: #228185;
}
</style>
background-color css
<style>
a { background-color: #228185; }
a { background-color: rgb(34,129,133); }
div.DivClassName
{
background-color: #228185;
}
.BgClassName
{
background-color: #228185;
}
</style>
border-color css
<style>
span { border-color: #228185; }
span { border-color: rgb(34,129,133); }
td.TdClassName
{
border-color: #228185;
}
.TagClassName
{
border-color: #228185;
}
</style>