Shades of Atoll #2C8885
Tints of Atoll #2C8885
RGB
CMYK
RGB Variations
Color information
#2C8885 (or 0x2C8885) is known color: Atoll. HEX triplet: 2C, 88 and 85. RGB value is (44,136,133). Sum of RGB (Red+Green+Blue) = 44+136+133=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #2C8885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8885 is #D3777A. Grayscale: #6C6C6C. Windows color (decimal): -13858683 or 8751148. OLE color: 8751148.
HSL color Cylindrical-coordinate representation of color #2C8885: hue angle of 178.04º 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 #2C8885 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 136 | 133 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.47 |
| HSL | 178.04º | 0.51% | 0.35% | - |
| HSV(B) | 178.04º | 0.68% | 0.53% | - |
| XYZ | 14.08 | 19.84 | 25.28 | - |
| YUV | 108.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 136 | 133 | 0.68 | 0 | 0.02 | 0.47 | 178.04 | 0.51 | 0.35 |
| Hex | 2C | 88 | 85 | 44 | 0 | 2 | 2F | B2 | 33 | 23 |
| Octal | 54 | 210 | 205 | 104 | 0 | 2 | 57 | 262 | 63 | 43 |
| Binary | 101100 | 10001000 | 10000101 | 1000100 | 0 | 10 | 101111 | 10110010 | 110011 | 100011 |
Color Harmonies of #2C8885
Complementary color
Monochromatic Colors of #2C8885
Black with #2C8885
Text Example
Text Example
White with #2C8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8885; }
p { color: rgb(44,136,133); }
H1.HeaderClassName
{
color: #2C8885;
}
.AnyTagClassName
{
color: #2C8885;
}
</style>
background-color css
<style>
a { background-color: #2C8885; }
a { background-color: rgb(44,136,133); }
div.DivClassName
{
background-color: #2C8885;
}
.BgClassName
{
background-color: #2C8885;
}
</style>
border-color css
<style>
span { border-color: #2C8885; }
span { border-color: rgb(44,136,133); }
td.TdClassName
{
border-color: #2C8885;
}
.TagClassName
{
border-color: #2C8885;
}
</style>