Shades of Atoll #268884
Tints of Atoll #268884
RGB
CMYK
RGB Variations
Color information
#268884 (or 0x268884) is known color: Atoll. HEX triplet: 26, 88 and 84. RGB value is (38,136,132). Sum of RGB (Red+Green+Blue) = 38+136+132=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #268884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268884 is #D9777B. Grayscale: #6A6A6A. Windows color (decimal): -14251900 or 8685606. OLE color: 8685606.
HSL color Cylindrical-coordinate representation of color #268884: hue angle of 177.55º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268884 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 136 | 132 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.47 |
| HSL | 177.55º | 0.56% | 0.34% | - |
| HSV(B) | 177.55º | 0.72% | 0.53% | - |
| XYZ | 13.77 | 19.69 | 24.9 | - |
| YUV | 106.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 136 | 132 | 0.72 | 0 | 0.03 | 0.47 | 177.55 | 0.56 | 0.34 |
| Hex | 26 | 88 | 84 | 48 | 0 | 3 | 2F | B2 | 38 | 22 |
| Octal | 46 | 210 | 204 | 110 | 0 | 3 | 57 | 262 | 70 | 42 |
| Binary | 100110 | 10001000 | 10000100 | 1001000 | 0 | 11 | 101111 | 10110010 | 111000 | 100010 |
Color Harmonies of #268884
Complementary color
Monochromatic Colors of #268884
Black with #268884
Text Example
Text Example
White with #268884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268884; }
p { color: rgb(38,136,132); }
H1.HeaderClassName
{
color: #268884;
}
.AnyTagClassName
{
color: #268884;
}
</style>
background-color css
<style>
a { background-color: #268884; }
a { background-color: rgb(38,136,132); }
div.DivClassName
{
background-color: #268884;
}
.BgClassName
{
background-color: #268884;
}
</style>
border-color css
<style>
span { border-color: #268884; }
span { border-color: rgb(38,136,132); }
td.TdClassName
{
border-color: #268884;
}
.TagClassName
{
border-color: #268884;
}
</style>