Shades of Atoll #268180
Tints of Atoll #268180
RGB
CMYK
RGB Variations
Color information
#268180 (or 0x268180) is known color: Atoll. HEX triplet: 26, 81 and 80. RGB value is (38,129,128). Sum of RGB (Red+Green+Blue) = 38+129+128=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #268180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268180 is #D97E7F. Grayscale: #656565. Windows color (decimal): -14253696 or 8421670. OLE color: 8421670.
HSL color Cylindrical-coordinate representation of color #268180: hue angle of 179.34º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268180 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 129 | 128 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.49 |
| HSL | 179.34º | 0.54% | 0.33% | - |
| HSV(B) | 179.34º | 0.71% | 0.51% | - |
| XYZ | 12.55 | 17.67 | 23.17 | - |
| YUV | 101.68 | 142.85 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 128 | 0.71 | 0 | 0.01 | 0.49 | 179.34 | 0.54 | 0.33 |
| Hex | 26 | 81 | 80 | 47 | 0 | 1 | 31 | B3 | 36 | 21 |
| Octal | 46 | 201 | 200 | 107 | 0 | 1 | 61 | 263 | 66 | 41 |
| Binary | 100110 | 10000001 | 10000000 | 1000111 | 0 | 1 | 110001 | 10110011 | 110110 | 100001 |
Color Harmonies of #268180
Complementary color
Monochromatic Colors of #268180
Black with #268180
Text Example
Text Example
White with #268180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268180; }
p { color: rgb(38,129,128); }
H1.HeaderClassName
{
color: #268180;
}
.AnyTagClassName
{
color: #268180;
}
</style>
background-color css
<style>
a { background-color: #268180; }
a { background-color: rgb(38,129,128); }
div.DivClassName
{
background-color: #268180;
}
.BgClassName
{
background-color: #268180;
}
</style>
border-color css
<style>
span { border-color: #268180; }
span { border-color: rgb(38,129,128); }
td.TdClassName
{
border-color: #268180;
}
.TagClassName
{
border-color: #268180;
}
</style>