Shades of Atoll #296D73
Tints of Atoll #296D73
RGB
CMYK
RGB Variations
Color information
#296D73 (or 0x296D73) is known color: Atoll. HEX triplet: 29, 6D and 73. RGB value is (41,109,115). Sum of RGB (Red+Green+Blue) = 41+109+115=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #296D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D73 is #D6928C. Grayscale: #595959. Windows color (decimal): -14062221 or 7564585. OLE color: 7564585.
HSL color Cylindrical-coordinate representation of color #296D73: hue angle of 184.86º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296D73 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 109 | 115 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.55 |
| HSL | 184.86º | 0.47% | 0.31% | - |
| HSV(B) | 184.86º | 0.64% | 0.45% | - |
| XYZ | 9.48 | 12.65 | 18.16 | - |
| YUV | 89.35 | 142.47 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 115 | 0.64 | 0.05 | 0 | 0.55 | 184.86 | 0.47 | 0.31 |
| Hex | 29 | 6D | 73 | 40 | 5 | 0 | 37 | B9 | 2F | 1F |
| Octal | 51 | 155 | 163 | 100 | 5 | 0 | 67 | 271 | 57 | 37 |
| Binary | 101001 | 1101101 | 1110011 | 1000000 | 101 | 0 | 110111 | 10111001 | 101111 | 11111 |
Color Harmonies of #296D73
Complementary color
Monochromatic Colors of #296D73
Black with #296D73
Text Example
Text Example
White with #296D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D73; }
p { color: rgb(41,109,115); }
H1.HeaderClassName
{
color: #296D73;
}
.AnyTagClassName
{
color: #296D73;
}
</style>
background-color css
<style>
a { background-color: #296D73; }
a { background-color: rgb(41,109,115); }
div.DivClassName
{
background-color: #296D73;
}
.BgClassName
{
background-color: #296D73;
}
</style>
border-color css
<style>
span { border-color: #296D73; }
span { border-color: rgb(41,109,115); }
td.TdClassName
{
border-color: #296D73;
}
.TagClassName
{
border-color: #296D73;
}
</style>