Shades of Niagara #35AD8D
Tints of Niagara #35AD8D
RGB
CMYK
RGB Variations
Color information
#35AD8D (or 0x35AD8D) is known color: Niagara. HEX triplet: 35, AD and 8D. RGB value is (53,173,141). Sum of RGB (Red+Green+Blue) = 53+173+141=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AD8D is #CA5272. Grayscale: #858585. Windows color (decimal): -13259379 or 9284917. OLE color: 9284917.
HSL color Cylindrical-coordinate representation of color #35AD8D: hue angle of 164º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AD8D is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 173 | 141 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.32 |
| HSL | 164º | 0.53% | 0.44% | - |
| HSV(B) | 164º | 0.69% | 0.68% | - |
| XYZ | 21.22 | 32.57 | 30.37 | - |
| YUV | 133.47 | 132.24 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 173 | 141 | 0.69 | 0 | 0.18 | 0.32 | 164 | 0.53 | 0.44 |
| Hex | 35 | AD | 8D | 45 | 0 | 12 | 20 | A4 | 35 | 2C |
| Octal | 65 | 255 | 215 | 105 | 0 | 22 | 40 | 244 | 65 | 54 |
| Binary | 110101 | 10101101 | 10001101 | 1000101 | 0 | 10010 | 100000 | 10100100 | 110101 | 101100 |
Color Harmonies of #35AD8D
Complementary color
Monochromatic Colors of #35AD8D
Black with #35AD8D
Text Example
Text Example
White with #35AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AD8D; }
p { color: rgb(53,173,141); }
H1.HeaderClassName
{
color: #35AD8D;
}
.AnyTagClassName
{
color: #35AD8D;
}
</style>
background-color css
<style>
a { background-color: #35AD8D; }
a { background-color: rgb(53,173,141); }
div.DivClassName
{
background-color: #35AD8D;
}
.BgClassName
{
background-color: #35AD8D;
}
</style>
border-color css
<style>
span { border-color: #35AD8D; }
span { border-color: rgb(53,173,141); }
td.TdClassName
{
border-color: #35AD8D;
}
.TagClassName
{
border-color: #35AD8D;
}
</style>