Shades of Atoll #2C828B
Tints of Atoll #2C828B
RGB
CMYK
RGB Variations
Color information
#2C828B (or 0x2C828B) is known color: Atoll. HEX triplet: 2C, 82 and 8B. RGB value is (44,130,139). Sum of RGB (Red+Green+Blue) = 44+130+139=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C828B is #D37D74. Grayscale: #696969. Windows color (decimal): -13860213 or 9142828. OLE color: 9142828.
HSL color Cylindrical-coordinate representation of color #2C828B: hue angle of 185.68º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C828B is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 130 | 139 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.45 |
| HSL | 185.68º | 0.52% | 0.36% | - |
| HSV(B) | 185.68º | 0.68% | 0.55% | - |
| XYZ | 13.68 | 18.36 | 27.25 | - |
| YUV | 105.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 130 | 139 | 0.68 | 0.06 | 0 | 0.45 | 185.68 | 0.52 | 0.36 |
| Hex | 2C | 82 | 8B | 44 | 6 | 0 | 2D | BA | 34 | 24 |
| Octal | 54 | 202 | 213 | 104 | 6 | 0 | 55 | 272 | 64 | 44 |
| Binary | 101100 | 10000010 | 10001011 | 1000100 | 110 | 0 | 101101 | 10111010 | 110100 | 100100 |
Color Harmonies of #2C828B
Complementary color
Monochromatic Colors of #2C828B
Black with #2C828B
Text Example
Text Example
White with #2C828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C828B; }
p { color: rgb(44,130,139); }
H1.HeaderClassName
{
color: #2C828B;
}
.AnyTagClassName
{
color: #2C828B;
}
</style>
background-color css
<style>
a { background-color: #2C828B; }
a { background-color: rgb(44,130,139); }
div.DivClassName
{
background-color: #2C828B;
}
.BgClassName
{
background-color: #2C828B;
}
</style>
border-color css
<style>
span { border-color: #2C828B; }
span { border-color: rgb(44,130,139); }
td.TdClassName
{
border-color: #2C828B;
}
.TagClassName
{
border-color: #2C828B;
}
</style>