Shades of Niagara #35B59A
Tints of Niagara #35B59A
RGB
CMYK
RGB Variations
Color information
#35B59A (or 0x35B59A) is known color: Niagara. HEX triplet: 35, B5 and 9A. RGB value is (53,181,154). Sum of RGB (Red+Green+Blue) = 53+181+154=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 181 - color contains mainly: green. Hex color #35B59A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B59A is #CA4A65. Grayscale: #8B8B8B. Windows color (decimal): -13257318 or 10138933. OLE color: 10138933.
HSL color Cylindrical-coordinate representation of color #35B59A: hue angle of 167.34º 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 #35B59A is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 181 | 154 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.29 |
| HSL | 167.34º | 0.55% | 0.46% | - |
| HSV(B) | 167.34º | 0.71% | 0.71% | - |
| XYZ | 23.82 | 36.14 | 36.29 | - |
| YUV | 139.65 | 136.09 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 181 | 154 | 0.71 | 0 | 0.15 | 0.29 | 167.34 | 0.55 | 0.46 |
| Hex | 35 | B5 | 9A | 47 | 0 | F | 1D | A7 | 37 | 2E |
| Octal | 65 | 265 | 232 | 107 | 0 | 17 | 35 | 247 | 67 | 56 |
| Binary | 110101 | 10110101 | 10011010 | 1000111 | 0 | 1111 | 11101 | 10100111 | 110111 | 101110 |
Color Harmonies of #35B59A
Complementary color
Monochromatic Colors of #35B59A
Black with #35B59A
Text Example
Text Example
White with #35B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B59A; }
p { color: rgb(53,181,154); }
H1.HeaderClassName
{
color: #35B59A;
}
.AnyTagClassName
{
color: #35B59A;
}
</style>
background-color css
<style>
a { background-color: #35B59A; }
a { background-color: rgb(53,181,154); }
div.DivClassName
{
background-color: #35B59A;
}
.BgClassName
{
background-color: #35B59A;
}
</style>
border-color css
<style>
span { border-color: #35B59A; }
span { border-color: rgb(53,181,154); }
td.TdClassName
{
border-color: #35B59A;
}
.TagClassName
{
border-color: #35B59A;
}
</style>