Shades of Atoll #2D8685
Tints of Atoll #2D8685
RGB
CMYK
RGB Variations
Color information
#2D8685 (or 0x2D8685) is known color: Atoll. HEX triplet: 2D, 86 and 85. RGB value is (45,134,133). Sum of RGB (Red+Green+Blue) = 45+134+133=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #2D8685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8685 is #D2797A. Grayscale: #6B6B6B. Windows color (decimal): -13793659 or 8750637. OLE color: 8750637.
HSL color Cylindrical-coordinate representation of color #2D8685: hue angle of 179.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8685 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 134 | 133 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.47 |
| HSL | 179.33º | 0.5% | 0.35% | - |
| HSV(B) | 179.33º | 0.66% | 0.53% | - |
| XYZ | 13.84 | 19.3 | 25.19 | - |
| YUV | 107.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 133 | 0.66 | 0 | 0.01 | 0.47 | 179.33 | 0.5 | 0.35 |
| Hex | 2D | 86 | 85 | 42 | 0 | 1 | 2F | B3 | 32 | 23 |
| Octal | 55 | 206 | 205 | 102 | 0 | 1 | 57 | 263 | 62 | 43 |
| Binary | 101101 | 10000110 | 10000101 | 1000010 | 0 | 1 | 101111 | 10110011 | 110010 | 100011 |
Color Harmonies of #2D8685
Complementary color
Monochromatic Colors of #2D8685
Black with #2D8685
Text Example
Text Example
White with #2D8685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8685; }
p { color: rgb(45,134,133); }
H1.HeaderClassName
{
color: #2D8685;
}
.AnyTagClassName
{
color: #2D8685;
}
</style>
background-color css
<style>
a { background-color: #2D8685; }
a { background-color: rgb(45,134,133); }
div.DivClassName
{
background-color: #2D8685;
}
.BgClassName
{
background-color: #2D8685;
}
</style>
border-color css
<style>
span { border-color: #2D8685; }
span { border-color: rgb(45,134,133); }
td.TdClassName
{
border-color: #2D8685;
}
.TagClassName
{
border-color: #2D8685;
}
</style>