Shades of Niagara #35AD90
Tints of Niagara #35AD90
RGB
CMYK
RGB Variations
Color information
#35AD90 (or 0x35AD90) is known color: Niagara. HEX triplet: 35, AD and 90. RGB value is (53,173,144). Sum of RGB (Red+Green+Blue) = 53+173+144=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AD90 is #CA526F. Grayscale: #858585. Windows color (decimal): -13259376 or 9481525. OLE color: 9481525.
HSL color Cylindrical-coordinate representation of color #35AD90: hue angle of 165.5º 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 #35AD90 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 173 | 144 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.32 |
| HSL | 165.5º | 0.53% | 0.44% | - |
| HSV(B) | 165.5º | 0.69% | 0.68% | - |
| XYZ | 21.45 | 32.66 | 31.56 | - |
| YUV | 133.81 | 133.74 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 173 | 144 | 0.69 | 0 | 0.17 | 0.32 | 165.5 | 0.53 | 0.44 |
| Hex | 35 | AD | 90 | 45 | 0 | 11 | 20 | A6 | 35 | 2C |
| Octal | 65 | 255 | 220 | 105 | 0 | 21 | 40 | 246 | 65 | 54 |
| Binary | 110101 | 10101101 | 10010000 | 1000101 | 0 | 10001 | 100000 | 10100110 | 110101 | 101100 |
Color Harmonies of #35AD90
Complementary color
Monochromatic Colors of #35AD90
Black with #35AD90
Text Example
Text Example
White with #35AD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AD90; }
p { color: rgb(53,173,144); }
H1.HeaderClassName
{
color: #35AD90;
}
.AnyTagClassName
{
color: #35AD90;
}
</style>
background-color css
<style>
a { background-color: #35AD90; }
a { background-color: rgb(53,173,144); }
div.DivClassName
{
background-color: #35AD90;
}
.BgClassName
{
background-color: #35AD90;
}
</style>
border-color css
<style>
span { border-color: #35AD90; }
span { border-color: rgb(53,173,144); }
td.TdClassName
{
border-color: #35AD90;
}
.TagClassName
{
border-color: #35AD90;
}
</style>