Shades of Atoll #208483
Tints of Atoll #208483
RGB
CMYK
RGB Variations
Color information
#208483 (or 0x208483) is known color: Atoll. HEX triplet: 20, 84 and 83. RGB value is (32,132,131). Sum of RGB (Red+Green+Blue) = 32+132+131=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #208483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208483 is #DF7B7C. Grayscale: #656565. Windows color (decimal): -14646141 or 8619040. OLE color: 8619040.
HSL color Cylindrical-coordinate representation of color #208483: hue angle of 179.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208483 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 131 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.48 |
| HSL | 179.4º | 0.61% | 0.32% | - |
| HSV(B) | 179.4º | 0.76% | 0.52% | - |
| XYZ | 12.94 | 18.45 | 24.35 | - |
| YUV | 101.99 | 144.37 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 131 | 0.76 | 0 | 0.01 | 0.48 | 179.4 | 0.61 | 0.32 |
| Hex | 20 | 84 | 83 | 4C | 0 | 1 | 30 | B3 | 3D | 20 |
| Octal | 40 | 204 | 203 | 114 | 0 | 1 | 60 | 263 | 75 | 40 |
| Binary | 100000 | 10000100 | 10000011 | 1001100 | 0 | 1 | 110000 | 10110011 | 111101 | 100000 |
Color Harmonies of #208483
Complementary color
Monochromatic Colors of #208483
Black with #208483
Text Example
Text Example
White with #208483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208483; }
p { color: rgb(32,132,131); }
H1.HeaderClassName
{
color: #208483;
}
.AnyTagClassName
{
color: #208483;
}
</style>
background-color css
<style>
a { background-color: #208483; }
a { background-color: rgb(32,132,131); }
div.DivClassName
{
background-color: #208483;
}
.BgClassName
{
background-color: #208483;
}
</style>
border-color css
<style>
span { border-color: #208483; }
span { border-color: rgb(32,132,131); }
td.TdClassName
{
border-color: #208483;
}
.TagClassName
{
border-color: #208483;
}
</style>