Shades of Atoll #2C8581
Tints of Atoll #2C8581
RGB
CMYK
RGB Variations
Color information
#2C8581 (or 0x2C8581) is known color: Atoll. HEX triplet: 2C, 85 and 81. RGB value is (44,133,129). Sum of RGB (Red+Green+Blue) = 44+133+129=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8581 is #D37A7E. Grayscale: #696969. Windows color (decimal): -13859455 or 8488236. OLE color: 8488236.
HSL color Cylindrical-coordinate representation of color #2C8581: hue angle of 177.3º 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 #2C8581 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 129 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.48 |
| HSL | 177.3º | 0.5% | 0.35% | - |
| HSV(B) | 177.3º | 0.67% | 0.52% | - |
| XYZ | 13.39 | 18.9 | 23.71 | - |
| YUV | 105.93 | 141.01 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 129 | 0.67 | 0 | 0.03 | 0.48 | 177.3 | 0.5 | 0.35 |
| Hex | 2C | 85 | 81 | 43 | 0 | 3 | 30 | B1 | 32 | 23 |
| Octal | 54 | 205 | 201 | 103 | 0 | 3 | 60 | 261 | 62 | 43 |
| Binary | 101100 | 10000101 | 10000001 | 1000011 | 0 | 11 | 110000 | 10110001 | 110010 | 100011 |
Color Harmonies of #2C8581
Complementary color
Monochromatic Colors of #2C8581
Black with #2C8581
Text Example
Text Example
White with #2C8581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8581; }
p { color: rgb(44,133,129); }
H1.HeaderClassName
{
color: #2C8581;
}
.AnyTagClassName
{
color: #2C8581;
}
</style>
background-color css
<style>
a { background-color: #2C8581; }
a { background-color: rgb(44,133,129); }
div.DivClassName
{
background-color: #2C8581;
}
.BgClassName
{
background-color: #2C8581;
}
</style>
border-color css
<style>
span { border-color: #2C8581; }
span { border-color: rgb(44,133,129); }
td.TdClassName
{
border-color: #2C8581;
}
.TagClassName
{
border-color: #2C8581;
}
</style>