Shades of Niagara #35B59C
Tints of Niagara #35B59C
RGB
CMYK
RGB Variations
Color information
#35B59C (or 0x35B59C) is known color: Niagara. HEX triplet: 35, B5 and 9C. RGB value is (53,181,156). Sum of RGB (Red+Green+Blue) = 53+181+156=390 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.59% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #35B59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B59C is #CA4A63. Grayscale: #8B8B8B. Windows color (decimal): -13257316 or 10270005. OLE color: 10270005.
HSL color Cylindrical-coordinate representation of color #35B59C: hue angle of 168.28º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B59C is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 181 | 156 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.29 |
| HSL | 168.28º | 0.55% | 0.46% | - |
| HSV(B) | 168.28º | 0.71% | 0.71% | - |
| XYZ | 23.99 | 36.2 | 37.18 | - |
| YUV | 139.88 | 137.09 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 181 | 156 | 0.71 | 0 | 0.14 | 0.29 | 168.28 | 0.55 | 0.46 |
| Hex | 35 | B5 | 9C | 47 | 0 | E | 1D | A8 | 37 | 2E |
| Octal | 65 | 265 | 234 | 107 | 0 | 16 | 35 | 250 | 67 | 56 |
| Binary | 110101 | 10110101 | 10011100 | 1000111 | 0 | 1110 | 11101 | 10101000 | 110111 | 101110 |
Color Harmonies of #35B59C
Complementary color
Monochromatic Colors of #35B59C
Black with #35B59C
Text Example
Text Example
White with #35B59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B59C; }
p { color: rgb(53,181,156); }
H1.HeaderClassName
{
color: #35B59C;
}
.AnyTagClassName
{
color: #35B59C;
}
</style>
background-color css
<style>
a { background-color: #35B59C; }
a { background-color: rgb(53,181,156); }
div.DivClassName
{
background-color: #35B59C;
}
.BgClassName
{
background-color: #35B59C;
}
</style>
border-color css
<style>
span { border-color: #35B59C; }
span { border-color: rgb(53,181,156); }
td.TdClassName
{
border-color: #35B59C;
}
.TagClassName
{
border-color: #35B59C;
}
</style>