Shades of Atoll #2C8488
Tints of Atoll #2C8488
RGB
CMYK
RGB Variations
Color information
#2C8488 (or 0x2C8488) is known color: Atoll. HEX triplet: 2C, 84 and 88. RGB value is (44,132,136). Sum of RGB (Red+Green+Blue) = 44+132+136=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C8488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8488 is #D37B77. Grayscale: #6A6A6A. Windows color (decimal): -13859704 or 8946732. OLE color: 8946732.
HSL color Cylindrical-coordinate representation of color #2C8488: hue angle of 182.61º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8488 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 132 | 136 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.47 |
| HSL | 182.61º | 0.51% | 0.35% | - |
| HSV(B) | 182.61º | 0.68% | 0.53% | - |
| XYZ | 13.73 | 18.82 | 26.2 | - |
| YUV | 106.14 | 144.85 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 132 | 136 | 0.68 | 0.03 | 0 | 0.47 | 182.61 | 0.51 | 0.35 |
| Hex | 2C | 84 | 88 | 44 | 3 | 0 | 2F | B7 | 33 | 23 |
| Octal | 54 | 204 | 210 | 104 | 3 | 0 | 57 | 267 | 63 | 43 |
| Binary | 101100 | 10000100 | 10001000 | 1000100 | 11 | 0 | 101111 | 10110111 | 110011 | 100011 |
Color Harmonies of #2C8488
Complementary color
Monochromatic Colors of #2C8488
Black with #2C8488
Text Example
Text Example
White with #2C8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8488; }
p { color: rgb(44,132,136); }
H1.HeaderClassName
{
color: #2C8488;
}
.AnyTagClassName
{
color: #2C8488;
}
</style>
background-color css
<style>
a { background-color: #2C8488; }
a { background-color: rgb(44,132,136); }
div.DivClassName
{
background-color: #2C8488;
}
.BgClassName
{
background-color: #2C8488;
}
</style>
border-color css
<style>
span { border-color: #2C8488; }
span { border-color: rgb(44,132,136); }
td.TdClassName
{
border-color: #2C8488;
}
.TagClassName
{
border-color: #2C8488;
}
</style>