Shades of Niagara #35B59B
Tints of Niagara #35B59B
RGB
CMYK
RGB Variations
Color information
#35B59B (or 0x35B59B) is known color: Niagara. HEX triplet: 35, B5 and 9B. RGB value is (53,181,155). Sum of RGB (Red+Green+Blue) = 53+181+155=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #35B59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B59B is #CA4A64. Grayscale: #8B8B8B. Windows color (decimal): -13257317 or 10204469. OLE color: 10204469.
HSL color Cylindrical-coordinate representation of color #35B59B: hue angle of 167.81º 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 #35B59B is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 181 | 155 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.29 |
| HSL | 167.81º | 0.55% | 0.46% | - |
| HSV(B) | 167.81º | 0.71% | 0.71% | - |
| XYZ | 23.91 | 36.17 | 36.73 | - |
| YUV | 139.76 | 136.59 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 181 | 155 | 0.71 | 0 | 0.14 | 0.29 | 167.81 | 0.55 | 0.46 |
| Hex | 35 | B5 | 9B | 47 | 0 | E | 1D | A8 | 37 | 2E |
| Octal | 65 | 265 | 233 | 107 | 0 | 16 | 35 | 250 | 67 | 56 |
| Binary | 110101 | 10110101 | 10011011 | 1000111 | 0 | 1110 | 11101 | 10101000 | 110111 | 101110 |
Color Harmonies of #35B59B
Complementary color
Monochromatic Colors of #35B59B
Black with #35B59B
Text Example
Text Example
White with #35B59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B59B; }
p { color: rgb(53,181,155); }
H1.HeaderClassName
{
color: #35B59B;
}
.AnyTagClassName
{
color: #35B59B;
}
</style>
background-color css
<style>
a { background-color: #35B59B; }
a { background-color: rgb(53,181,155); }
div.DivClassName
{
background-color: #35B59B;
}
.BgClassName
{
background-color: #35B59B;
}
</style>
border-color css
<style>
span { border-color: #35B59B; }
span { border-color: rgb(53,181,155); }
td.TdClassName
{
border-color: #35B59B;
}
.TagClassName
{
border-color: #35B59B;
}
</style>