Shades of Atoll #208688
Tints of Atoll #208688
RGB
CMYK
RGB Variations
Color information
#208688 (or 0x208688) is known color: Atoll. HEX triplet: 20, 86 and 88. RGB value is (32,134,136). Sum of RGB (Red+Green+Blue) = 32+134+136=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #208688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208688 is #DF7977. Grayscale: #676767. Windows color (decimal): -14645624 or 8947232. OLE color: 8947232.
HSL color Cylindrical-coordinate representation of color #208688: hue angle of 181.15º degrees, saturation: 0.62, 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 #208688 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 136 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.47 |
| HSL | 181.15º | 0.62% | 0.33% | - |
| HSV(B) | 181.15º | 0.76% | 0.53% | - |
| XYZ | 13.56 | 19.13 | 26.27 | - |
| YUV | 103.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 136 | 0.76 | 0.01 | 0 | 0.47 | 181.15 | 0.62 | 0.33 |
| Hex | 20 | 86 | 88 | 4C | 1 | 0 | 2F | B5 | 3E | 21 |
| Octal | 40 | 206 | 210 | 114 | 1 | 0 | 57 | 265 | 76 | 41 |
| Binary | 100000 | 10000110 | 10001000 | 1001100 | 1 | 0 | 101111 | 10110101 | 111110 | 100001 |
Color Harmonies of #208688
Complementary color
Monochromatic Colors of #208688
Black with #208688
Text Example
Text Example
White with #208688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208688; }
p { color: rgb(32,134,136); }
H1.HeaderClassName
{
color: #208688;
}
.AnyTagClassName
{
color: #208688;
}
</style>
background-color css
<style>
a { background-color: #208688; }
a { background-color: rgb(32,134,136); }
div.DivClassName
{
background-color: #208688;
}
.BgClassName
{
background-color: #208688;
}
</style>
border-color css
<style>
span { border-color: #208688; }
span { border-color: rgb(32,134,136); }
td.TdClassName
{
border-color: #208688;
}
.TagClassName
{
border-color: #208688;
}
</style>