Shades of Atoll #167B7E
Tints of Atoll #167B7E
RGB
CMYK
RGB Variations
Color information
#167B7E (or 0x167B7E) is known color: Atoll. HEX triplet: 16, 7B and 7E. RGB value is (22,123,126). Sum of RGB (Red+Green+Blue) = 22+123+126=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 126 - color contains mainly: blue. Hex color #167B7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167B7E is #E98481. Grayscale: #5D5D5D. Windows color (decimal): -15303810 or 8289046. OLE color: 8289046.
HSL color Cylindrical-coordinate representation of color #167B7E: hue angle of 181.73º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #167B7E is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 123 | 126 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.51 |
| HSL | 181.73º | 0.7% | 0.29% | - |
| HSV(B) | 181.73º | 0.83% | 0.49% | - |
| XYZ | 11.18 | 15.84 | 22.21 | - |
| YUV | 93.14 | 146.54 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 123 | 126 | 0.83 | 0.02 | 0 | 0.51 | 181.73 | 0.7 | 0.29 |
| Hex | 16 | 7B | 7E | 53 | 2 | 0 | 33 | B6 | 46 | 1D |
| Octal | 26 | 173 | 176 | 123 | 2 | 0 | 63 | 266 | 106 | 35 |
| Binary | 10110 | 1111011 | 1111110 | 1010011 | 10 | 0 | 110011 | 10110110 | 1000110 | 11101 |
Color Harmonies of #167B7E
Complementary color
Monochromatic Colors of #167B7E
Black with #167B7E
Text Example
Text Example
White with #167B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167B7E; }
p { color: rgb(22,123,126); }
H1.HeaderClassName
{
color: #167B7E;
}
.AnyTagClassName
{
color: #167B7E;
}
</style>
background-color css
<style>
a { background-color: #167B7E; }
a { background-color: rgb(22,123,126); }
div.DivClassName
{
background-color: #167B7E;
}
.BgClassName
{
background-color: #167B7E;
}
</style>
border-color css
<style>
span { border-color: #167B7E; }
span { border-color: rgb(22,123,126); }
td.TdClassName
{
border-color: #167B7E;
}
.TagClassName
{
border-color: #167B7E;
}
</style>