Shades of Atoll #266D70
Tints of Atoll #266D70
RGB
CMYK
RGB Variations
Color information
#266D70 (or 0x266D70) is known color: Atoll. HEX triplet: 26, 6D and 70. RGB value is (38,109,112). Sum of RGB (Red+Green+Blue) = 38+109+112=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #266D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266D70 is #D9928F. Grayscale: #585858. Windows color (decimal): -14258832 or 7367974. OLE color: 7367974.
HSL color Cylindrical-coordinate representation of color #266D70: hue angle of 182.43º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266D70 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 109 | 112 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.56 |
| HSL | 182.43º | 0.49% | 0.29% | - |
| HSV(B) | 182.43º | 0.66% | 0.44% | - |
| XYZ | 9.19 | 12.52 | 17.26 | - |
| YUV | 88.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 112 | 0.66 | 0.03 | 0 | 0.56 | 182.43 | 0.49 | 0.29 |
| Hex | 26 | 6D | 70 | 42 | 3 | 0 | 38 | B6 | 31 | 1D |
| Octal | 46 | 155 | 160 | 102 | 3 | 0 | 70 | 266 | 61 | 35 |
| Binary | 100110 | 1101101 | 1110000 | 1000010 | 11 | 0 | 111000 | 10110110 | 110001 | 11101 |
Color Harmonies of #266D70
Complementary color
Monochromatic Colors of #266D70
Black with #266D70
Text Example
Text Example
White with #266D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266D70; }
p { color: rgb(38,109,112); }
H1.HeaderClassName
{
color: #266D70;
}
.AnyTagClassName
{
color: #266D70;
}
</style>
background-color css
<style>
a { background-color: #266D70; }
a { background-color: rgb(38,109,112); }
div.DivClassName
{
background-color: #266D70;
}
.BgClassName
{
background-color: #266D70;
}
</style>
border-color css
<style>
span { border-color: #266D70; }
span { border-color: rgb(38,109,112); }
td.TdClassName
{
border-color: #266D70;
}
.TagClassName
{
border-color: #266D70;
}
</style>