Shades of Atoll #267A7A
Tints of Atoll #267A7A
RGB
CMYK
RGB Variations
Color information
#267A7A (or 0x267A7A) is known color: Atoll. HEX triplet: 26, 7A and 7A. RGB value is (38,122,122). Sum of RGB (Red+Green+Blue) = 38+122+122=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: green, blue. Hex color #267A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267A7A is #D98585. Grayscale: #606060. Windows color (decimal): -14255494 or 8026662. OLE color: 8026662.
HSL color Cylindrical-coordinate representation of color #267A7A: hue angle of 180º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267A7A is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 122 | 122 | - |
| CMYK | 0.69 | 0 | 0 | 0.52 |
| HSL | 180º | 0.53% | 0.31% | - |
| HSV(B) | 180º | 0.69% | 0.48% | - |
| XYZ | 11.27 | 15.74 | 20.86 | - |
| YUV | 96.88 | 142.17 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 122 | 0.69 | 0 | 0 | 0.52 | 180 | 0.53 | 0.31 |
| Hex | 26 | 7A | 7A | 45 | 0 | 0 | 34 | B4 | 34 | 1F |
| Octal | 46 | 172 | 172 | 105 | 0 | 0 | 64 | 264 | 64 | 37 |
| Binary | 100110 | 1111010 | 1111010 | 1000101 | 0 | 0 | 110100 | 10110100 | 110100 | 11111 |
Color Harmonies of #267A7A
Complementary color
Monochromatic Colors of #267A7A
Black with #267A7A
Text Example
Text Example
White with #267A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267A7A; }
p { color: rgb(38,122,122); }
H1.HeaderClassName
{
color: #267A7A;
}
.AnyTagClassName
{
color: #267A7A;
}
</style>
background-color css
<style>
a { background-color: #267A7A; }
a { background-color: rgb(38,122,122); }
div.DivClassName
{
background-color: #267A7A;
}
.BgClassName
{
background-color: #267A7A;
}
</style>
border-color css
<style>
span { border-color: #267A7A; }
span { border-color: rgb(38,122,122); }
td.TdClassName
{
border-color: #267A7A;
}
.TagClassName
{
border-color: #267A7A;
}
</style>