Shades of Atoll #16787C
Tints of Atoll #16787C
RGB
CMYK
RGB Variations
Color information
#16787C (or 0x16787C) is known color: Atoll. HEX triplet: 16, 78 and 7C. RGB value is (22,120,124). Sum of RGB (Red+Green+Blue) = 22+120+124=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #16787C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16787C is #E98783. Grayscale: #5B5B5B. Windows color (decimal): -15304580 or 8157206. OLE color: 8157206.
HSL color Cylindrical-coordinate representation of color #16787C: hue angle of 182.35º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16787C is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 120 | 124 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.51 |
| HSL | 182.35º | 0.7% | 0.29% | - |
| HSV(B) | 182.35º | 0.82% | 0.49% | - |
| XYZ | 10.69 | 15.06 | 21.41 | - |
| YUV | 91.15 | 146.53 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 120 | 124 | 0.82 | 0.03 | 0 | 0.51 | 182.35 | 0.7 | 0.29 |
| Hex | 16 | 78 | 7C | 52 | 3 | 0 | 33 | B6 | 46 | 1D |
| Octal | 26 | 170 | 174 | 122 | 3 | 0 | 63 | 266 | 106 | 35 |
| Binary | 10110 | 1111000 | 1111100 | 1010010 | 11 | 0 | 110011 | 10110110 | 1000110 | 11101 |
Color Harmonies of #16787C
Complementary color
Monochromatic Colors of #16787C
Black with #16787C
Text Example
Text Example
White with #16787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16787C; }
p { color: rgb(22,120,124); }
H1.HeaderClassName
{
color: #16787C;
}
.AnyTagClassName
{
color: #16787C;
}
</style>
background-color css
<style>
a { background-color: #16787C; }
a { background-color: rgb(22,120,124); }
div.DivClassName
{
background-color: #16787C;
}
.BgClassName
{
background-color: #16787C;
}
</style>
border-color css
<style>
span { border-color: #16787C; }
span { border-color: rgb(22,120,124); }
td.TdClassName
{
border-color: #16787C;
}
.TagClassName
{
border-color: #16787C;
}
</style>