Shades of Atoll #207174
Tints of Atoll #207174
RGB
CMYK
RGB Variations
Color information
#207174 (or 0x207174) is known color: Atoll. HEX triplet: 20, 71 and 74. RGB value is (32,113,116). Sum of RGB (Red+Green+Blue) = 32+113+116=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #207174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207174 is #DF8E8B. Grayscale: #595959. Windows color (decimal): -14651020 or 7631136. OLE color: 7631136.
HSL color Cylindrical-coordinate representation of color #207174: hue angle of 182.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207174 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 113 | 116 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.55 |
| HSL | 182.14º | 0.57% | 0.29% | - |
| HSV(B) | 182.14º | 0.72% | 0.45% | - |
| XYZ | 9.65 | 13.38 | 18.6 | - |
| YUV | 89.12 | 143.16 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 116 | 0.72 | 0.03 | 0 | 0.55 | 182.14 | 0.57 | 0.29 |
| Hex | 20 | 71 | 74 | 48 | 3 | 0 | 37 | B6 | 39 | 1D |
| Octal | 40 | 161 | 164 | 110 | 3 | 0 | 67 | 266 | 71 | 35 |
| Binary | 100000 | 1110001 | 1110100 | 1001000 | 11 | 0 | 110111 | 10110110 | 111001 | 11101 |
Color Harmonies of #207174
Complementary color
Monochromatic Colors of #207174
Black with #207174
Text Example
Text Example
White with #207174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207174; }
p { color: rgb(32,113,116); }
H1.HeaderClassName
{
color: #207174;
}
.AnyTagClassName
{
color: #207174;
}
</style>
background-color css
<style>
a { background-color: #207174; }
a { background-color: rgb(32,113,116); }
div.DivClassName
{
background-color: #207174;
}
.BgClassName
{
background-color: #207174;
}
</style>
border-color css
<style>
span { border-color: #207174; }
span { border-color: rgb(32,113,116); }
td.TdClassName
{
border-color: #207174;
}
.TagClassName
{
border-color: #207174;
}
</style>