Shades of Atoll #267F7F
Tints of Atoll #267F7F
RGB
CMYK
RGB Variations
Color information
#267F7F (or 0x267F7F) is known color: Atoll. HEX triplet: 26, 7F and 7F. RGB value is (38,127,127). Sum of RGB (Red+Green+Blue) = 38+127+127=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: green, blue. Hex color #267F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267F7F is #D98080. Grayscale: #646464. Windows color (decimal): -14254209 or 8355622. OLE color: 8355622.
HSL color Cylindrical-coordinate representation of color #267F7F: hue angle of 180º 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 #267F7F is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 127 | 127 | - |
| CMYK | 0.70 | 0 | 0 | 0.50 |
| HSL | 180º | 0.54% | 0.32% | - |
| HSV(B) | 180º | 0.7% | 0.5% | - |
| XYZ | 12.22 | 17.12 | 22.74 | - |
| YUV | 100.39 | 143.01 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 127 | 0.70 | 0 | 0 | 0.50 | 180 | 0.54 | 0.32 |
| Hex | 26 | 7F | 7F | 46 | 0 | 0 | 32 | B4 | 36 | 20 |
| Octal | 46 | 177 | 177 | 106 | 0 | 0 | 62 | 264 | 66 | 40 |
| Binary | 100110 | 1111111 | 1111111 | 1000110 | 0 | 0 | 110010 | 10110100 | 110110 | 100000 |
Color Harmonies of #267F7F
Complementary color
Monochromatic Colors of #267F7F
Black with #267F7F
Text Example
Text Example
White with #267F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F7F; }
p { color: rgb(38,127,127); }
H1.HeaderClassName
{
color: #267F7F;
}
.AnyTagClassName
{
color: #267F7F;
}
</style>
background-color css
<style>
a { background-color: #267F7F; }
a { background-color: rgb(38,127,127); }
div.DivClassName
{
background-color: #267F7F;
}
.BgClassName
{
background-color: #267F7F;
}
</style>
border-color css
<style>
span { border-color: #267F7F; }
span { border-color: rgb(38,127,127); }
td.TdClassName
{
border-color: #267F7F;
}
.TagClassName
{
border-color: #267F7F;
}
</style>