Shades of Niagara #35B594
Tints of Niagara #35B594
RGB
CMYK
RGB Variations
Color information
#35B594 (or 0x35B594) is known color: Niagara. HEX triplet: 35, B5 and 94. RGB value is (53,181,148). Sum of RGB (Red+Green+Blue) = 53+181+148=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #35B594 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B594 is #CA4A6B. Grayscale: #8A8A8A. Windows color (decimal): -13257324 or 9745717. OLE color: 9745717.
HSL color Cylindrical-coordinate representation of color #35B594: hue angle of 164.53º 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 #35B594 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 181 | 148 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.29 |
| HSL | 164.53º | 0.55% | 0.46% | - |
| HSV(B) | 164.53º | 0.71% | 0.71% | - |
| XYZ | 23.34 | 35.94 | 33.72 | - |
| YUV | 138.97 | 133.09 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 181 | 148 | 0.71 | 0 | 0.18 | 0.29 | 164.53 | 0.55 | 0.46 |
| Hex | 35 | B5 | 94 | 47 | 0 | 12 | 1D | A5 | 37 | 2E |
| Octal | 65 | 265 | 224 | 107 | 0 | 22 | 35 | 245 | 67 | 56 |
| Binary | 110101 | 10110101 | 10010100 | 1000111 | 0 | 10010 | 11101 | 10100101 | 110111 | 101110 |
Color Harmonies of #35B594
Complementary color
Monochromatic Colors of #35B594
Black with #35B594
Text Example
Text Example
White with #35B594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B594; }
p { color: rgb(53,181,148); }
H1.HeaderClassName
{
color: #35B594;
}
.AnyTagClassName
{
color: #35B594;
}
</style>
background-color css
<style>
a { background-color: #35B594; }
a { background-color: rgb(53,181,148); }
div.DivClassName
{
background-color: #35B594;
}
.BgClassName
{
background-color: #35B594;
}
</style>
border-color css
<style>
span { border-color: #35B594; }
span { border-color: rgb(53,181,148); }
td.TdClassName
{
border-color: #35B594;
}
.TagClassName
{
border-color: #35B594;
}
</style>