Shades of Atoll #2D8385
Tints of Atoll #2D8385
RGB
CMYK
RGB Variations
Color information
#2D8385 (or 0x2D8385) is known color: Atoll. HEX triplet: 2D, 83 and 85. RGB value is (45,131,133). Sum of RGB (Red+Green+Blue) = 45+131+133=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D8385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8385 is #D27C7A. Grayscale: #696969. Windows color (decimal): -13794427 or 8749869. OLE color: 8749869.
HSL color Cylindrical-coordinate representation of color #2D8385: hue angle of 181.36º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8385 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 131 | 133 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.48 |
| HSL | 181.36º | 0.49% | 0.35% | - |
| HSV(B) | 181.36º | 0.66% | 0.52% | - |
| XYZ | 13.43 | 18.48 | 25.05 | - |
| YUV | 105.51 | 143.51 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 131 | 133 | 0.66 | 0.02 | 0 | 0.48 | 181.36 | 0.49 | 0.35 |
| Hex | 2D | 83 | 85 | 42 | 2 | 0 | 30 | B5 | 31 | 23 |
| Octal | 55 | 203 | 205 | 102 | 2 | 0 | 60 | 265 | 61 | 43 |
| Binary | 101101 | 10000011 | 10000101 | 1000010 | 10 | 0 | 110000 | 10110101 | 110001 | 100011 |
Color Harmonies of #2D8385
Complementary color
Monochromatic Colors of #2D8385
Black with #2D8385
Text Example
Text Example
White with #2D8385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8385; }
p { color: rgb(45,131,133); }
H1.HeaderClassName
{
color: #2D8385;
}
.AnyTagClassName
{
color: #2D8385;
}
</style>
background-color css
<style>
a { background-color: #2D8385; }
a { background-color: rgb(45,131,133); }
div.DivClassName
{
background-color: #2D8385;
}
.BgClassName
{
background-color: #2D8385;
}
</style>
border-color css
<style>
span { border-color: #2D8385; }
span { border-color: rgb(45,131,133); }
td.TdClassName
{
border-color: #2D8385;
}
.TagClassName
{
border-color: #2D8385;
}
</style>