Shades of Atoll #2C838A
Tints of Atoll #2C838A
RGB
CMYK
RGB Variations
Color information
#2C838A (or 0x2C838A) is known color: Atoll. HEX triplet: 2C, 83 and 8A. RGB value is (44,131,138). Sum of RGB (Red+Green+Blue) = 44+131+138=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C838A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C838A is #D37C75. Grayscale: #696969. Windows color (decimal): -13859958 or 9077548. OLE color: 9077548.
HSL color Cylindrical-coordinate representation of color #2C838A: hue angle of 184.47º 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 #2C838A is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 131 | 138 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.46 |
| HSL | 184.47º | 0.52% | 0.36% | - |
| HSV(B) | 184.47º | 0.68% | 0.54% | - |
| XYZ | 13.74 | 18.6 | 26.91 | - |
| YUV | 105.79 | 146.18 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 131 | 138 | 0.68 | 0.05 | 0 | 0.46 | 184.47 | 0.52 | 0.36 |
| Hex | 2C | 83 | 8A | 44 | 5 | 0 | 2E | B8 | 34 | 24 |
| Octal | 54 | 203 | 212 | 104 | 5 | 0 | 56 | 270 | 64 | 44 |
| Binary | 101100 | 10000011 | 10001010 | 1000100 | 101 | 0 | 101110 | 10111000 | 110100 | 100100 |
Color Harmonies of #2C838A
Complementary color
Monochromatic Colors of #2C838A
Black with #2C838A
Text Example
Text Example
White with #2C838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C838A; }
p { color: rgb(44,131,138); }
H1.HeaderClassName
{
color: #2C838A;
}
.AnyTagClassName
{
color: #2C838A;
}
</style>
background-color css
<style>
a { background-color: #2C838A; }
a { background-color: rgb(44,131,138); }
div.DivClassName
{
background-color: #2C838A;
}
.BgClassName
{
background-color: #2C838A;
}
</style>
border-color css
<style>
span { border-color: #2C838A; }
span { border-color: rgb(44,131,138); }
td.TdClassName
{
border-color: #2C838A;
}
.TagClassName
{
border-color: #2C838A;
}
</style>