Shades of Atoll #2C8584
Tints of Atoll #2C8584
RGB
CMYK
RGB Variations
Color information
#2C8584 (or 0x2C8584) is known color: Atoll. HEX triplet: 2C, 85 and 84. RGB value is (44,133,132). Sum of RGB (Red+Green+Blue) = 44+133+132=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8584 is #D37A7B. Grayscale: #6A6A6A. Windows color (decimal): -13859452 or 8684844. OLE color: 8684844.
HSL color Cylindrical-coordinate representation of color #2C8584: hue angle of 179.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8584 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 132 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.48 |
| HSL | 179.33º | 0.5% | 0.35% | - |
| HSV(B) | 179.33º | 0.67% | 0.52% | - |
| XYZ | 13.59 | 18.98 | 24.78 | - |
| YUV | 106.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 132 | 0.67 | 0 | 0.01 | 0.48 | 179.33 | 0.5 | 0.35 |
| Hex | 2C | 85 | 84 | 43 | 0 | 1 | 30 | B3 | 32 | 23 |
| Octal | 54 | 205 | 204 | 103 | 0 | 1 | 60 | 263 | 62 | 43 |
| Binary | 101100 | 10000101 | 10000100 | 1000011 | 0 | 1 | 110000 | 10110011 | 110010 | 100011 |
Color Harmonies of #2C8584
Complementary color
Monochromatic Colors of #2C8584
Black with #2C8584
Text Example
Text Example
White with #2C8584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8584; }
p { color: rgb(44,133,132); }
H1.HeaderClassName
{
color: #2C8584;
}
.AnyTagClassName
{
color: #2C8584;
}
</style>
background-color css
<style>
a { background-color: #2C8584; }
a { background-color: rgb(44,133,132); }
div.DivClassName
{
background-color: #2C8584;
}
.BgClassName
{
background-color: #2C8584;
}
</style>
border-color css
<style>
span { border-color: #2C8584; }
span { border-color: rgb(44,133,132); }
td.TdClassName
{
border-color: #2C8584;
}
.TagClassName
{
border-color: #2C8584;
}
</style>