Shades of Atoll #2D8182
Tints of Atoll #2D8182
RGB
CMYK
RGB Variations
Color information
#2D8182 (or 0x2D8182) is known color: Atoll. HEX triplet: 2D, 81 and 82. RGB value is (45,129,130). Sum of RGB (Red+Green+Blue) = 45+129+130=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #2D8182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8182 is #D27E7D. Grayscale: #676767. Windows color (decimal): -13794942 or 8552749. OLE color: 8552749.
HSL color Cylindrical-coordinate representation of color #2D8182: hue angle of 180.71º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D8182 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 129 | 130 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.49 |
| HSL | 180.71º | 0.49% | 0.34% | - |
| HSV(B) | 180.71º | 0.65% | 0.51% | - |
| XYZ | 12.96 | 17.87 | 23.89 | - |
| YUV | 104 | 142.67 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 129 | 130 | 0.65 | 0.01 | 0 | 0.49 | 180.71 | 0.49 | 0.34 |
| Hex | 2D | 81 | 82 | 41 | 1 | 0 | 31 | B5 | 31 | 22 |
| Octal | 55 | 201 | 202 | 101 | 1 | 0 | 61 | 265 | 61 | 42 |
| Binary | 101101 | 10000001 | 10000010 | 1000001 | 1 | 0 | 110001 | 10110101 | 110001 | 100010 |
Color Harmonies of #2D8182
Complementary color
Monochromatic Colors of #2D8182
Black with #2D8182
Text Example
Text Example
White with #2D8182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8182; }
p { color: rgb(45,129,130); }
H1.HeaderClassName
{
color: #2D8182;
}
.AnyTagClassName
{
color: #2D8182;
}
</style>
background-color css
<style>
a { background-color: #2D8182; }
a { background-color: rgb(45,129,130); }
div.DivClassName
{
background-color: #2D8182;
}
.BgClassName
{
background-color: #2D8182;
}
</style>
border-color css
<style>
span { border-color: #2D8182; }
span { border-color: rgb(45,129,130); }
td.TdClassName
{
border-color: #2D8182;
}
.TagClassName
{
border-color: #2D8182;
}
</style>