Shades of Niagara #35A791
Tints of Niagara #35A791
RGB
CMYK
RGB Variations
Color information
#35A791 (or 0x35A791) is known color: Niagara. HEX triplet: 35, A7 and 91. RGB value is (53,167,145). Sum of RGB (Red+Green+Blue) = 53+167+145=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #35A791 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A791 is #CA586E. Grayscale: #828282. Windows color (decimal): -13260911 or 9545525. OLE color: 9545525.
HSL color Cylindrical-coordinate representation of color #35A791: hue angle of 168.42º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A791 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 167 | 145 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.35 |
| HSL | 168.42º | 0.52% | 0.43% | - |
| HSV(B) | 168.42º | 0.68% | 0.65% | - |
| XYZ | 20.4 | 30.44 | 31.59 | - |
| YUV | 130.41 | 136.23 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 167 | 145 | 0.68 | 0 | 0.13 | 0.35 | 168.42 | 0.52 | 0.43 |
| Hex | 35 | A7 | 91 | 44 | 0 | D | 23 | A8 | 34 | 2B |
| Octal | 65 | 247 | 221 | 104 | 0 | 15 | 43 | 250 | 64 | 53 |
| Binary | 110101 | 10100111 | 10010001 | 1000100 | 0 | 1101 | 100011 | 10101000 | 110100 | 101011 |
Color Harmonies of #35A791
Complementary color
Monochromatic Colors of #35A791
Black with #35A791
Text Example
Text Example
White with #35A791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A791; }
p { color: rgb(53,167,145); }
H1.HeaderClassName
{
color: #35A791;
}
.AnyTagClassName
{
color: #35A791;
}
</style>
background-color css
<style>
a { background-color: #35A791; }
a { background-color: rgb(53,167,145); }
div.DivClassName
{
background-color: #35A791;
}
.BgClassName
{
background-color: #35A791;
}
</style>
border-color css
<style>
span { border-color: #35A791; }
span { border-color: rgb(53,167,145); }
td.TdClassName
{
border-color: #35A791;
}
.TagClassName
{
border-color: #35A791;
}
</style>