Shades of Atoll #2D8183
Tints of Atoll #2D8183
RGB
CMYK
RGB Variations
Color information
#2D8183 (or 0x2D8183) is known color: Atoll. HEX triplet: 2D, 81 and 83. RGB value is (45,129,131). Sum of RGB (Red+Green+Blue) = 45+129+131=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #2D8183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8183 is #D27E7C. Grayscale: #686868. Windows color (decimal): -13794941 or 8618285. OLE color: 8618285.
HSL color Cylindrical-coordinate representation of color #2D8183: hue angle of 181.4º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8183 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 129 | 131 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.49 |
| HSL | 181.4º | 0.49% | 0.35% | - |
| HSV(B) | 181.4º | 0.66% | 0.51% | - |
| XYZ | 13.03 | 17.9 | 24.24 | - |
| YUV | 104.11 | 143.17 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 129 | 131 | 0.66 | 0.02 | 0 | 0.49 | 181.4 | 0.49 | 0.35 |
| Hex | 2D | 81 | 83 | 42 | 2 | 0 | 31 | B5 | 31 | 23 |
| Octal | 55 | 201 | 203 | 102 | 2 | 0 | 61 | 265 | 61 | 43 |
| Binary | 101101 | 10000001 | 10000011 | 1000010 | 10 | 0 | 110001 | 10110101 | 110001 | 100011 |
Color Harmonies of #2D8183
Complementary color
Monochromatic Colors of #2D8183
Black with #2D8183
Text Example
Text Example
White with #2D8183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8183; }
p { color: rgb(45,129,131); }
H1.HeaderClassName
{
color: #2D8183;
}
.AnyTagClassName
{
color: #2D8183;
}
</style>
background-color css
<style>
a { background-color: #2D8183; }
a { background-color: rgb(45,129,131); }
div.DivClassName
{
background-color: #2D8183;
}
.BgClassName
{
background-color: #2D8183;
}
</style>
border-color css
<style>
span { border-color: #2D8183; }
span { border-color: rgb(45,129,131); }
td.TdClassName
{
border-color: #2D8183;
}
.TagClassName
{
border-color: #2D8183;
}
</style>