Shades of Atoll #267F7E
Tints of Atoll #267F7E
RGB
CMYK
RGB Variations
Color information
#267F7E (or 0x267F7E) is known color: Atoll. HEX triplet: 26, 7F and 7E. RGB value is (38,127,126). Sum of RGB (Red+Green+Blue) = 38+127+126=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #267F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267F7E is #D98081. Grayscale: #646464. Windows color (decimal): -14254210 or 8290086. OLE color: 8290086.
HSL color Cylindrical-coordinate representation of color #267F7E: hue angle of 179.33º 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 #267F7E is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 127 | 126 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.50 |
| HSL | 179.33º | 0.54% | 0.32% | - |
| HSV(B) | 179.33º | 0.7% | 0.5% | - |
| XYZ | 12.15 | 17.1 | 22.4 | - |
| YUV | 100.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 126 | 0.70 | 0 | 0.01 | 0.50 | 179.33 | 0.54 | 0.32 |
| Hex | 26 | 7F | 7E | 46 | 0 | 1 | 32 | B3 | 36 | 20 |
| Octal | 46 | 177 | 176 | 106 | 0 | 1 | 62 | 263 | 66 | 40 |
| Binary | 100110 | 1111111 | 1111110 | 1000110 | 0 | 1 | 110010 | 10110011 | 110110 | 100000 |
Color Harmonies of #267F7E
Complementary color
Monochromatic Colors of #267F7E
Black with #267F7E
Text Example
Text Example
White with #267F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F7E; }
p { color: rgb(38,127,126); }
H1.HeaderClassName
{
color: #267F7E;
}
.AnyTagClassName
{
color: #267F7E;
}
</style>
background-color css
<style>
a { background-color: #267F7E; }
a { background-color: rgb(38,127,126); }
div.DivClassName
{
background-color: #267F7E;
}
.BgClassName
{
background-color: #267F7E;
}
</style>
border-color css
<style>
span { border-color: #267F7E; }
span { border-color: rgb(38,127,126); }
td.TdClassName
{
border-color: #267F7E;
}
.TagClassName
{
border-color: #267F7E;
}
</style>