Shades of Atoll #2D8189
Tints of Atoll #2D8189
RGB
CMYK
RGB Variations
Color information
#2D8189 (or 0x2D8189) is known color: Atoll. HEX triplet: 2D, 81 and 89. RGB value is (45,129,137). Sum of RGB (Red+Green+Blue) = 45+129+137=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D8189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8189 is #D27E76. Grayscale: #686868. Windows color (decimal): -13794935 or 9011501. OLE color: 9011501.
HSL color Cylindrical-coordinate representation of color #2D8189: hue angle of 185.22º 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 #2D8189 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 129 | 137 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.46 |
| HSL | 185.22º | 0.51% | 0.36% | - |
| HSV(B) | 185.22º | 0.67% | 0.54% | - |
| XYZ | 13.45 | 18.06 | 26.44 | - |
| YUV | 104.8 | 146.17 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 129 | 137 | 0.67 | 0.06 | 0 | 0.46 | 185.22 | 0.51 | 0.36 |
| Hex | 2D | 81 | 89 | 43 | 6 | 0 | 2E | B9 | 33 | 24 |
| Octal | 55 | 201 | 211 | 103 | 6 | 0 | 56 | 271 | 63 | 44 |
| Binary | 101101 | 10000001 | 10001001 | 1000011 | 110 | 0 | 101110 | 10111001 | 110011 | 100100 |
Color Harmonies of #2D8189
Complementary color
Monochromatic Colors of #2D8189
Black with #2D8189
Text Example
Text Example
White with #2D8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8189; }
p { color: rgb(45,129,137); }
H1.HeaderClassName
{
color: #2D8189;
}
.AnyTagClassName
{
color: #2D8189;
}
</style>
background-color css
<style>
a { background-color: #2D8189; }
a { background-color: rgb(45,129,137); }
div.DivClassName
{
background-color: #2D8189;
}
.BgClassName
{
background-color: #2D8189;
}
</style>
border-color css
<style>
span { border-color: #2D8189; }
span { border-color: rgb(45,129,137); }
td.TdClassName
{
border-color: #2D8189;
}
.TagClassName
{
border-color: #2D8189;
}
</style>