Shades of Atoll #2D828C
Tints of Atoll #2D828C
RGB
CMYK
RGB Variations
Color information
#2D828C (or 0x2D828C) is known color: Atoll. HEX triplet: 2D, 82 and 8C. RGB value is (45,130,140). Sum of RGB (Red+Green+Blue) = 45+130+140=315 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.29% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D828C is #D27D73. Grayscale: #696969. Windows color (decimal): -13794676 or 9208365. OLE color: 9208365.
HSL color Cylindrical-coordinate representation of color #2D828C: hue angle of 186.32º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D828C is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 130 | 140 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.45 |
| HSL | 186.32º | 0.51% | 0.36% | - |
| HSV(B) | 186.32º | 0.68% | 0.55% | - |
| XYZ | 13.8 | 18.42 | 27.64 | - |
| YUV | 105.73 | 147.34 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 130 | 140 | 0.68 | 0.07 | 0 | 0.45 | 186.32 | 0.51 | 0.36 |
| Hex | 2D | 82 | 8C | 44 | 7 | 0 | 2D | BA | 33 | 24 |
| Octal | 55 | 202 | 214 | 104 | 7 | 0 | 55 | 272 | 63 | 44 |
| Binary | 101101 | 10000010 | 10001100 | 1000100 | 111 | 0 | 101101 | 10111010 | 110011 | 100100 |
Color Harmonies of #2D828C
Complementary color
Monochromatic Colors of #2D828C
Black with #2D828C
Text Example
Text Example
White with #2D828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D828C; }
p { color: rgb(45,130,140); }
H1.HeaderClassName
{
color: #2D828C;
}
.AnyTagClassName
{
color: #2D828C;
}
</style>
background-color css
<style>
a { background-color: #2D828C; }
a { background-color: rgb(45,130,140); }
div.DivClassName
{
background-color: #2D828C;
}
.BgClassName
{
background-color: #2D828C;
}
</style>
border-color css
<style>
span { border-color: #2D828C; }
span { border-color: rgb(45,130,140); }
td.TdClassName
{
border-color: #2D828C;
}
.TagClassName
{
border-color: #2D828C;
}
</style>