Shades of Atoll #297D7B
Tints of Atoll #297D7B
RGB
CMYK
RGB Variations
Color information
#297D7B (or 0x297D7B) is known color: Atoll. HEX triplet: 29, 7D and 7B. RGB value is (41,125,123). Sum of RGB (Red+Green+Blue) = 41+125+123=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #297D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297D7B is #D68284. Grayscale: #636363. Windows color (decimal): -14058117 or 8092969. OLE color: 8092969.
HSL color Cylindrical-coordinate representation of color #297D7B: hue angle of 178.57º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297D7B is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 125 | 123 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.51 |
| HSL | 178.57º | 0.51% | 0.33% | - |
| HSV(B) | 178.57º | 0.67% | 0.49% | - |
| XYZ | 11.82 | 16.57 | 21.31 | - |
| YUV | 99.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 123 | 0.67 | 0 | 0.02 | 0.51 | 178.57 | 0.51 | 0.33 |
| Hex | 29 | 7D | 7B | 43 | 0 | 2 | 33 | B3 | 33 | 21 |
| Octal | 51 | 175 | 173 | 103 | 0 | 2 | 63 | 263 | 63 | 41 |
| Binary | 101001 | 1111101 | 1111011 | 1000011 | 0 | 10 | 110011 | 10110011 | 110011 | 100001 |
Color Harmonies of #297D7B
Complementary color
Monochromatic Colors of #297D7B
Black with #297D7B
Text Example
Text Example
White with #297D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297D7B; }
p { color: rgb(41,125,123); }
H1.HeaderClassName
{
color: #297D7B;
}
.AnyTagClassName
{
color: #297D7B;
}
</style>
background-color css
<style>
a { background-color: #297D7B; }
a { background-color: rgb(41,125,123); }
div.DivClassName
{
background-color: #297D7B;
}
.BgClassName
{
background-color: #297D7B;
}
</style>
border-color css
<style>
span { border-color: #297D7B; }
span { border-color: rgb(41,125,123); }
td.TdClassName
{
border-color: #297D7B;
}
.TagClassName
{
border-color: #297D7B;
}
</style>