Shades of Atoll #26727B
Tints of Atoll #26727B
RGB
CMYK
RGB Variations
Color information
#26727B (or 0x26727B) is known color: Atoll. HEX triplet: 26, 72 and 7B. RGB value is (38,114,123). Sum of RGB (Red+Green+Blue) = 38+114+123=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #26727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26727B is #D98D84. Grayscale: #5C5C5C. Windows color (decimal): -14257541 or 8090150. OLE color: 8090150.
HSL color Cylindrical-coordinate representation of color #26727B: hue angle of 186.35º 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 #26727B is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 114 | 123 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.52 |
| HSL | 186.35º | 0.53% | 0.32% | - |
| HSV(B) | 186.35º | 0.69% | 0.48% | - |
| XYZ | 10.39 | 13.88 | 20.87 | - |
| YUV | 92.3 | 145.32 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 123 | 0.69 | 0.07 | 0 | 0.52 | 186.35 | 0.53 | 0.32 |
| Hex | 26 | 72 | 7B | 45 | 7 | 0 | 34 | BA | 35 | 20 |
| Octal | 46 | 162 | 173 | 105 | 7 | 0 | 64 | 272 | 65 | 40 |
| Binary | 100110 | 1110010 | 1111011 | 1000101 | 111 | 0 | 110100 | 10111010 | 110101 | 100000 |
Color Harmonies of #26727B
Complementary color
Monochromatic Colors of #26727B
Black with #26727B
Text Example
Text Example
White with #26727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26727B; }
p { color: rgb(38,114,123); }
H1.HeaderClassName
{
color: #26727B;
}
.AnyTagClassName
{
color: #26727B;
}
</style>
background-color css
<style>
a { background-color: #26727B; }
a { background-color: rgb(38,114,123); }
div.DivClassName
{
background-color: #26727B;
}
.BgClassName
{
background-color: #26727B;
}
</style>
border-color css
<style>
span { border-color: #26727B; }
span { border-color: rgb(38,114,123); }
td.TdClassName
{
border-color: #26727B;
}
.TagClassName
{
border-color: #26727B;
}
</style>