Shades of Atoll #16797D
Tints of Atoll #16797D
RGB
CMYK
RGB Variations
Color information
#16797D (or 0x16797D) is known color: Atoll. HEX triplet: 16, 79 and 7D. RGB value is (22,121,125). Sum of RGB (Red+Green+Blue) = 22+121+125=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #16797D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16797D is #E98682. Grayscale: #5B5B5B. Windows color (decimal): -15304323 or 8222998. OLE color: 8222998.
HSL color Cylindrical-coordinate representation of color #16797D: hue angle of 182.33º 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 #16797D is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 121 | 125 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.51 |
| HSL | 182.33º | 0.7% | 0.29% | - |
| HSV(B) | 182.33º | 0.82% | 0.49% | - |
| XYZ | 10.87 | 15.33 | 21.79 | - |
| YUV | 91.86 | 146.7 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 125 | 0.82 | 0.03 | 0 | 0.51 | 182.33 | 0.7 | 0.29 |
| Hex | 16 | 79 | 7D | 52 | 3 | 0 | 33 | B6 | 46 | 1D |
| Octal | 26 | 171 | 175 | 122 | 3 | 0 | 63 | 266 | 106 | 35 |
| Binary | 10110 | 1111001 | 1111101 | 1010010 | 11 | 0 | 110011 | 10110110 | 1000110 | 11101 |
Color Harmonies of #16797D
Complementary color
Monochromatic Colors of #16797D
Black with #16797D
Text Example
Text Example
White with #16797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16797D; }
p { color: rgb(22,121,125); }
H1.HeaderClassName
{
color: #16797D;
}
.AnyTagClassName
{
color: #16797D;
}
</style>
background-color css
<style>
a { background-color: #16797D; }
a { background-color: rgb(22,121,125); }
div.DivClassName
{
background-color: #16797D;
}
.BgClassName
{
background-color: #16797D;
}
</style>
border-color css
<style>
span { border-color: #16797D; }
span { border-color: rgb(22,121,125); }
td.TdClassName
{
border-color: #16797D;
}
.TagClassName
{
border-color: #16797D;
}
</style>