Shades of Atoll #26777B
Tints of Atoll #26777B
RGB
CMYK
RGB Variations
Color information
#26777B (or 0x26777B) is known color: Atoll. HEX triplet: 26, 77 and 7B. RGB value is (38,119,123). Sum of RGB (Red+Green+Blue) = 38+119+123=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #26777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26777B is #D98884. Grayscale: #5F5F5F. Windows color (decimal): -14256261 or 8091430. OLE color: 8091430.
HSL color Cylindrical-coordinate representation of color #26777B: hue angle of 182.82º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26777B is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 119 | 123 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.52 |
| HSL | 182.82º | 0.53% | 0.32% | - |
| HSV(B) | 182.82º | 0.69% | 0.48% | - |
| XYZ | 10.97 | 15.04 | 21.06 | - |
| YUV | 95.24 | 143.66 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 123 | 0.69 | 0.03 | 0 | 0.52 | 182.82 | 0.53 | 0.32 |
| Hex | 26 | 77 | 7B | 45 | 3 | 0 | 34 | B7 | 35 | 20 |
| Octal | 46 | 167 | 173 | 105 | 3 | 0 | 64 | 267 | 65 | 40 |
| Binary | 100110 | 1110111 | 1111011 | 1000101 | 11 | 0 | 110100 | 10110111 | 110101 | 100000 |
Color Harmonies of #26777B
Complementary color
Monochromatic Colors of #26777B
Black with #26777B
Text Example
Text Example
White with #26777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26777B; }
p { color: rgb(38,119,123); }
H1.HeaderClassName
{
color: #26777B;
}
.AnyTagClassName
{
color: #26777B;
}
</style>
background-color css
<style>
a { background-color: #26777B; }
a { background-color: rgb(38,119,123); }
div.DivClassName
{
background-color: #26777B;
}
.BgClassName
{
background-color: #26777B;
}
</style>
border-color css
<style>
span { border-color: #26777B; }
span { border-color: rgb(38,119,123); }
td.TdClassName
{
border-color: #26777B;
}
.TagClassName
{
border-color: #26777B;
}
</style>