Shades of Atoll #2C8A85
Tints of Atoll #2C8A85
RGB
CMYK
RGB Variations
Color information
#2C8A85 (or 0x2C8A85) is known color: Atoll. HEX triplet: 2C, 8A and 85. RGB value is (44,138,133). Sum of RGB (Red+Green+Blue) = 44+138+133=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #2C8A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8A85 is #D3757A. Grayscale: #6D6D6D. Windows color (decimal): -13858171 or 8751660. OLE color: 8751660.
HSL color Cylindrical-coordinate representation of color #2C8A85: hue angle of 176.81º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8A85 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 138 | 133 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.46 |
| HSL | 176.81º | 0.52% | 0.36% | - |
| HSV(B) | 176.81º | 0.68% | 0.54% | - |
| XYZ | 14.36 | 20.41 | 25.37 | - |
| YUV | 109.32 | 141.36 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 138 | 133 | 0.68 | 0 | 0.04 | 0.46 | 176.81 | 0.52 | 0.36 |
| Hex | 2C | 8A | 85 | 44 | 0 | 4 | 2E | B1 | 34 | 24 |
| Octal | 54 | 212 | 205 | 104 | 0 | 4 | 56 | 261 | 64 | 44 |
| Binary | 101100 | 10001010 | 10000101 | 1000100 | 0 | 100 | 101110 | 10110001 | 110100 | 100100 |
Color Harmonies of #2C8A85
Complementary color
Monochromatic Colors of #2C8A85
Black with #2C8A85
Text Example
Text Example
White with #2C8A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8A85; }
p { color: rgb(44,138,133); }
H1.HeaderClassName
{
color: #2C8A85;
}
.AnyTagClassName
{
color: #2C8A85;
}
</style>
background-color css
<style>
a { background-color: #2C8A85; }
a { background-color: rgb(44,138,133); }
div.DivClassName
{
background-color: #2C8A85;
}
.BgClassName
{
background-color: #2C8A85;
}
</style>
border-color css
<style>
span { border-color: #2C8A85; }
span { border-color: rgb(44,138,133); }
td.TdClassName
{
border-color: #2C8A85;
}
.TagClassName
{
border-color: #2C8A85;
}
</style>