Shades of Atoll #268885
Tints of Atoll #268885
RGB
CMYK
RGB Variations
Color information
#268885 (or 0x268885) is known color: Atoll. HEX triplet: 26, 88 and 85. RGB value is (38,136,133). Sum of RGB (Red+Green+Blue) = 38+136+133=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #268885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268885 is #D9777A. Grayscale: #6A6A6A. Windows color (decimal): -14251899 or 8751142. OLE color: 8751142.
HSL color Cylindrical-coordinate representation of color #268885: hue angle of 178.16º 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 #268885 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 136 | 133 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.47 |
| HSL | 178.16º | 0.56% | 0.34% | - |
| HSV(B) | 178.16º | 0.72% | 0.53% | - |
| XYZ | 13.84 | 19.71 | 25.27 | - |
| YUV | 106.36 | 143.03 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 136 | 133 | 0.72 | 0 | 0.02 | 0.47 | 178.16 | 0.56 | 0.34 |
| Hex | 26 | 88 | 85 | 48 | 0 | 2 | 2F | B2 | 38 | 22 |
| Octal | 46 | 210 | 205 | 110 | 0 | 2 | 57 | 262 | 70 | 42 |
| Binary | 100110 | 10001000 | 10000101 | 1001000 | 0 | 10 | 101111 | 10110010 | 111000 | 100010 |
Color Harmonies of #268885
Complementary color
Monochromatic Colors of #268885
Black with #268885
Text Example
Text Example
White with #268885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268885; }
p { color: rgb(38,136,133); }
H1.HeaderClassName
{
color: #268885;
}
.AnyTagClassName
{
color: #268885;
}
</style>
background-color css
<style>
a { background-color: #268885; }
a { background-color: rgb(38,136,133); }
div.DivClassName
{
background-color: #268885;
}
.BgClassName
{
background-color: #268885;
}
</style>
border-color css
<style>
span { border-color: #268885; }
span { border-color: rgb(38,136,133); }
td.TdClassName
{
border-color: #268885;
}
.TagClassName
{
border-color: #268885;
}
</style>