Shades of Atoll #26767F
Tints of Atoll #26767F
RGB
CMYK
RGB Variations
Color information
#26767F (or 0x26767F) is known color: Atoll. HEX triplet: 26, 76 and 7F. RGB value is (38,118,127). Sum of RGB (Red+Green+Blue) = 38+118+127=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #26767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26767F is #D98980. Grayscale: #5E5E5E. Windows color (decimal): -14256513 or 8353318. OLE color: 8353318.
HSL color Cylindrical-coordinate representation of color #26767F: hue angle of 186.07º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26767F is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 118 | 127 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.50 |
| HSL | 186.07º | 0.54% | 0.32% | - |
| HSV(B) | 186.07º | 0.7% | 0.5% | - |
| XYZ | 11.11 | 14.9 | 22.37 | - |
| YUV | 95.11 | 146 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 118 | 127 | 0.70 | 0.07 | 0 | 0.50 | 186.07 | 0.54 | 0.32 |
| Hex | 26 | 76 | 7F | 46 | 7 | 0 | 32 | BA | 36 | 20 |
| Octal | 46 | 166 | 177 | 106 | 7 | 0 | 62 | 272 | 66 | 40 |
| Binary | 100110 | 1110110 | 1111111 | 1000110 | 111 | 0 | 110010 | 10111010 | 110110 | 100000 |
Color Harmonies of #26767F
Complementary color
Monochromatic Colors of #26767F
Black with #26767F
Text Example
Text Example
White with #26767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26767F; }
p { color: rgb(38,118,127); }
H1.HeaderClassName
{
color: #26767F;
}
.AnyTagClassName
{
color: #26767F;
}
</style>
background-color css
<style>
a { background-color: #26767F; }
a { background-color: rgb(38,118,127); }
div.DivClassName
{
background-color: #26767F;
}
.BgClassName
{
background-color: #26767F;
}
</style>
border-color css
<style>
span { border-color: #26767F; }
span { border-color: rgb(38,118,127); }
td.TdClassName
{
border-color: #26767F;
}
.TagClassName
{
border-color: #26767F;
}
</style>