Shades of Atoll #2D8984
Tints of Atoll #2D8984
RGB
CMYK
RGB Variations
Color information
#2D8984 (or 0x2D8984) is known color: Atoll. HEX triplet: 2D, 89 and 84. RGB value is (45,137,132). Sum of RGB (Red+Green+Blue) = 45+137+132=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8984 is #D2767B. Grayscale: #6C6C6C. Windows color (decimal): -13792892 or 8685869. OLE color: 8685869.
HSL color Cylindrical-coordinate representation of color #2D8984: hue angle of 176.74º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8984 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 132 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.46 |
| HSL | 176.74º | 0.51% | 0.36% | - |
| HSV(B) | 176.74º | 0.67% | 0.54% | - |
| XYZ | 14.19 | 20.12 | 24.96 | - |
| YUV | 108.92 | 141.02 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 132 | 0.67 | 0 | 0.04 | 0.46 | 176.74 | 0.51 | 0.36 |
| Hex | 2D | 89 | 84 | 43 | 0 | 4 | 2E | B1 | 33 | 24 |
| Octal | 55 | 211 | 204 | 103 | 0 | 4 | 56 | 261 | 63 | 44 |
| Binary | 101101 | 10001001 | 10000100 | 1000011 | 0 | 100 | 101110 | 10110001 | 110011 | 100100 |
Color Harmonies of #2D8984
Complementary color
Monochromatic Colors of #2D8984
Black with #2D8984
Text Example
Text Example
White with #2D8984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8984; }
p { color: rgb(45,137,132); }
H1.HeaderClassName
{
color: #2D8984;
}
.AnyTagClassName
{
color: #2D8984;
}
</style>
background-color css
<style>
a { background-color: #2D8984; }
a { background-color: rgb(45,137,132); }
div.DivClassName
{
background-color: #2D8984;
}
.BgClassName
{
background-color: #2D8984;
}
</style>
border-color css
<style>
span { border-color: #2D8984; }
span { border-color: rgb(45,137,132); }
td.TdClassName
{
border-color: #2D8984;
}
.TagClassName
{
border-color: #2D8984;
}
</style>