Shades of Atoll #267173
Tints of Atoll #267173
RGB
CMYK
RGB Variations
Color information
#267173 (or 0x267173) is known color: Atoll. HEX triplet: 26, 71 and 73. RGB value is (38,113,115). Sum of RGB (Red+Green+Blue) = 38+113+115=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #267173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267173 is #D98E8C. Grayscale: #5A5A5A. Windows color (decimal): -14257805 or 7565606. OLE color: 7565606.
HSL color Cylindrical-coordinate representation of color #267173: hue angle of 181.56º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267173 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 113 | 115 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.55 |
| HSL | 181.56º | 0.5% | 0.3% | - |
| HSV(B) | 181.56º | 0.67% | 0.45% | - |
| XYZ | 9.8 | 13.46 | 18.3 | - |
| YUV | 90.8 | 141.65 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 115 | 0.67 | 0.02 | 0 | 0.55 | 181.56 | 0.5 | 0.3 |
| Hex | 26 | 71 | 73 | 43 | 2 | 0 | 37 | B6 | 32 | 1E |
| Octal | 46 | 161 | 163 | 103 | 2 | 0 | 67 | 266 | 62 | 36 |
| Binary | 100110 | 1110001 | 1110011 | 1000011 | 10 | 0 | 110111 | 10110110 | 110010 | 11110 |
Color Harmonies of #267173
Complementary color
Monochromatic Colors of #267173
Black with #267173
Text Example
Text Example
White with #267173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267173; }
p { color: rgb(38,113,115); }
H1.HeaderClassName
{
color: #267173;
}
.AnyTagClassName
{
color: #267173;
}
</style>
background-color css
<style>
a { background-color: #267173; }
a { background-color: rgb(38,113,115); }
div.DivClassName
{
background-color: #267173;
}
.BgClassName
{
background-color: #267173;
}
</style>
border-color css
<style>
span { border-color: #267173; }
span { border-color: rgb(38,113,115); }
td.TdClassName
{
border-color: #267173;
}
.TagClassName
{
border-color: #267173;
}
</style>