Shades of Niagara #299D85
Tints of Niagara #299D85
RGB
CMYK
RGB Variations
Color information
#299D85 (or 0x299D85) is known color: Niagara. HEX triplet: 29, 9D and 85. RGB value is (41,157,133). Sum of RGB (Red+Green+Blue) = 41+157+133=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #299D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299D85 is #D6627A. Grayscale: #777777. Windows color (decimal): -14049915 or 8756521. OLE color: 8756521.
HSL color Cylindrical-coordinate representation of color #299D85: hue angle of 167.59º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299D85 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 157 | 133 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.38 |
| HSL | 167.59º | 0.59% | 0.39% | - |
| HSV(B) | 167.59º | 0.74% | 0.62% | - |
| XYZ | 17.21 | 26.28 | 26.36 | - |
| YUV | 119.58 | 135.57 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 157 | 133 | 0.74 | 0 | 0.15 | 0.38 | 167.59 | 0.59 | 0.39 |
| Hex | 29 | 9D | 85 | 4A | 0 | F | 26 | A8 | 3B | 27 |
| Octal | 51 | 235 | 205 | 112 | 0 | 17 | 46 | 250 | 73 | 47 |
| Binary | 101001 | 10011101 | 10000101 | 1001010 | 0 | 1111 | 100110 | 10101000 | 111011 | 100111 |
Color Harmonies of #299D85
Complementary color
Monochromatic Colors of #299D85
Black with #299D85
Text Example
Text Example
White with #299D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299D85; }
p { color: rgb(41,157,133); }
H1.HeaderClassName
{
color: #299D85;
}
.AnyTagClassName
{
color: #299D85;
}
</style>
background-color css
<style>
a { background-color: #299D85; }
a { background-color: rgb(41,157,133); }
div.DivClassName
{
background-color: #299D85;
}
.BgClassName
{
background-color: #299D85;
}
</style>
border-color css
<style>
span { border-color: #299D85; }
span { border-color: rgb(41,157,133); }
td.TdClassName
{
border-color: #299D85;
}
.TagClassName
{
border-color: #299D85;
}
</style>