Shades of Atoll #266F73
Tints of Atoll #266F73
RGB
CMYK
RGB Variations
Color information
#266F73 (or 0x266F73) is known color: Atoll. HEX triplet: 26, 6F and 73. RGB value is (38,111,115). Sum of RGB (Red+Green+Blue) = 38+111+115=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #266F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F73 is #D9908C. Grayscale: #595959. Windows color (decimal): -14258317 or 7565094. OLE color: 7565094.
HSL color Cylindrical-coordinate representation of color #266F73: hue angle of 183.12º 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 #266F73 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 111 | 115 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.55 |
| HSL | 183.12º | 0.5% | 0.3% | - |
| HSV(B) | 183.12º | 0.67% | 0.45% | - |
| XYZ | 9.58 | 13.02 | 18.23 | - |
| YUV | 89.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 115 | 0.67 | 0.03 | 0 | 0.55 | 183.12 | 0.5 | 0.3 |
| Hex | 26 | 6F | 73 | 43 | 3 | 0 | 37 | B7 | 32 | 1E |
| Octal | 46 | 157 | 163 | 103 | 3 | 0 | 67 | 267 | 62 | 36 |
| Binary | 100110 | 1101111 | 1110011 | 1000011 | 11 | 0 | 110111 | 10110111 | 110010 | 11110 |
Color Harmonies of #266F73
Complementary color
Monochromatic Colors of #266F73
Black with #266F73
Text Example
Text Example
White with #266F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F73; }
p { color: rgb(38,111,115); }
H1.HeaderClassName
{
color: #266F73;
}
.AnyTagClassName
{
color: #266F73;
}
</style>
background-color css
<style>
a { background-color: #266F73; }
a { background-color: rgb(38,111,115); }
div.DivClassName
{
background-color: #266F73;
}
.BgClassName
{
background-color: #266F73;
}
</style>
border-color css
<style>
span { border-color: #266F73; }
span { border-color: rgb(38,111,115); }
td.TdClassName
{
border-color: #266F73;
}
.TagClassName
{
border-color: #266F73;
}
</style>