Shades of Atoll #2D8085
Tints of Atoll #2D8085
RGB
CMYK
RGB Variations
Color information
#2D8085 (or 0x2D8085) is known color: Atoll. HEX triplet: 2D, 80 and 85. RGB value is (45,128,133). Sum of RGB (Red+Green+Blue) = 45+128+133=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D8085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8085 is #D27F7A. Grayscale: #676767. Windows color (decimal): -13795195 or 8749101. OLE color: 8749101.
HSL color Cylindrical-coordinate representation of color #2D8085: hue angle of 183.41º 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 #2D8085 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 128 | 133 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.48 |
| HSL | 183.41º | 0.49% | 0.35% | - |
| HSV(B) | 183.41º | 0.66% | 0.52% | - |
| XYZ | 13.04 | 17.69 | 24.92 | - |
| YUV | 103.75 | 144.5 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 128 | 133 | 0.66 | 0.04 | 0 | 0.48 | 183.41 | 0.49 | 0.35 |
| Hex | 2D | 80 | 85 | 42 | 4 | 0 | 30 | B7 | 31 | 23 |
| Octal | 55 | 200 | 205 | 102 | 4 | 0 | 60 | 267 | 61 | 43 |
| Binary | 101101 | 10000000 | 10000101 | 1000010 | 100 | 0 | 110000 | 10110111 | 110001 | 100011 |
Color Harmonies of #2D8085
Complementary color
Monochromatic Colors of #2D8085
Black with #2D8085
Text Example
Text Example
White with #2D8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8085; }
p { color: rgb(45,128,133); }
H1.HeaderClassName
{
color: #2D8085;
}
.AnyTagClassName
{
color: #2D8085;
}
</style>
background-color css
<style>
a { background-color: #2D8085; }
a { background-color: rgb(45,128,133); }
div.DivClassName
{
background-color: #2D8085;
}
.BgClassName
{
background-color: #2D8085;
}
</style>
border-color css
<style>
span { border-color: #2D8085; }
span { border-color: rgb(45,128,133); }
td.TdClassName
{
border-color: #2D8085;
}
.TagClassName
{
border-color: #2D8085;
}
</style>