Shades of Atoll #16787B
Tints of Atoll #16787B
RGB
CMYK
RGB Variations
Color information
#16787B (or 0x16787B) is known color: Atoll. HEX triplet: 16, 78 and 7B. RGB value is (22,120,123). Sum of RGB (Red+Green+Blue) = 22+120+123=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #16787B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16787B is #E98784. Grayscale: #5A5A5A. Windows color (decimal): -15304581 or 8091670. OLE color: 8091670.
HSL color Cylindrical-coordinate representation of color #16787B: hue angle of 181.78º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16787B is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 120 | 123 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.52 |
| HSL | 181.78º | 0.7% | 0.28% | - |
| HSV(B) | 181.78º | 0.82% | 0.48% | - |
| XYZ | 10.62 | 15.03 | 21.08 | - |
| YUV | 91.04 | 146.03 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 120 | 123 | 0.82 | 0.02 | 0 | 0.52 | 181.78 | 0.7 | 0.28 |
| Hex | 16 | 78 | 7B | 52 | 2 | 0 | 34 | B6 | 46 | 1C |
| Octal | 26 | 170 | 173 | 122 | 2 | 0 | 64 | 266 | 106 | 34 |
| Binary | 10110 | 1111000 | 1111011 | 1010010 | 10 | 0 | 110100 | 10110110 | 1000110 | 11100 |
Color Harmonies of #16787B
Complementary color
Monochromatic Colors of #16787B
Black with #16787B
Text Example
Text Example
White with #16787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16787B; }
p { color: rgb(22,120,123); }
H1.HeaderClassName
{
color: #16787B;
}
.AnyTagClassName
{
color: #16787B;
}
</style>
background-color css
<style>
a { background-color: #16787B; }
a { background-color: rgb(22,120,123); }
div.DivClassName
{
background-color: #16787B;
}
.BgClassName
{
background-color: #16787B;
}
</style>
border-color css
<style>
span { border-color: #16787B; }
span { border-color: rgb(22,120,123); }
td.TdClassName
{
border-color: #16787B;
}
.TagClassName
{
border-color: #16787B;
}
</style>