Shades of Atoll #218188
Tints of Atoll #218188
RGB
CMYK
RGB Variations
Color information
#218188 (or 0x218188) is known color: Atoll. HEX triplet: 21, 81 and 88. RGB value is (33,129,136). Sum of RGB (Red+Green+Blue) = 33+129+136=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #218188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218188 is #DE7E77. Grayscale: #646464. Windows color (decimal): -14581368 or 8945953. OLE color: 8945953.
HSL color Cylindrical-coordinate representation of color #218188: hue angle of 184.08º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218188 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 129 | 136 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.47 |
| HSL | 184.08º | 0.61% | 0.33% | - |
| HSV(B) | 184.08º | 0.76% | 0.53% | - |
| XYZ | 12.92 | 17.8 | 26.05 | - |
| YUV | 101.09 | 147.7 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 136 | 0.76 | 0.05 | 0 | 0.47 | 184.08 | 0.61 | 0.33 |
| Hex | 21 | 81 | 88 | 4C | 5 | 0 | 2F | B8 | 3D | 21 |
| Octal | 41 | 201 | 210 | 114 | 5 | 0 | 57 | 270 | 75 | 41 |
| Binary | 100001 | 10000001 | 10001000 | 1001100 | 101 | 0 | 101111 | 10111000 | 111101 | 100001 |
Color Harmonies of #218188
Complementary color
Monochromatic Colors of #218188
Black with #218188
Text Example
Text Example
White with #218188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218188; }
p { color: rgb(33,129,136); }
H1.HeaderClassName
{
color: #218188;
}
.AnyTagClassName
{
color: #218188;
}
</style>
background-color css
<style>
a { background-color: #218188; }
a { background-color: rgb(33,129,136); }
div.DivClassName
{
background-color: #218188;
}
.BgClassName
{
background-color: #218188;
}
</style>
border-color css
<style>
span { border-color: #218188; }
span { border-color: rgb(33,129,136); }
td.TdClassName
{
border-color: #218188;
}
.TagClassName
{
border-color: #218188;
}
</style>