Shades of Niagara #35B598
Tints of Niagara #35B598
RGB
CMYK
RGB Variations
Color information
#35B598 (or 0x35B598) is known color: Niagara. HEX triplet: 35, B5 and 98. RGB value is (53,181,152). Sum of RGB (Red+Green+Blue) = 53+181+152=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #35B598 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B598 is #CA4A67. Grayscale: #8B8B8B. Windows color (decimal): -13257320 or 10007861. OLE color: 10007861.
HSL color Cylindrical-coordinate representation of color #35B598: hue angle of 166.41º 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 #35B598 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 181 | 152 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.29 |
| HSL | 166.41º | 0.55% | 0.46% | - |
| HSV(B) | 166.41º | 0.71% | 0.71% | - |
| XYZ | 23.66 | 36.07 | 35.42 | - |
| YUV | 139.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 181 | 152 | 0.71 | 0 | 0.16 | 0.29 | 166.41 | 0.55 | 0.46 |
| Hex | 35 | B5 | 98 | 47 | 0 | 10 | 1D | A6 | 37 | 2E |
| Octal | 65 | 265 | 230 | 107 | 0 | 20 | 35 | 246 | 67 | 56 |
| Binary | 110101 | 10110101 | 10011000 | 1000111 | 0 | 10000 | 11101 | 10100110 | 110111 | 101110 |
Color Harmonies of #35B598
Complementary color
Monochromatic Colors of #35B598
Black with #35B598
Text Example
Text Example
White with #35B598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B598; }
p { color: rgb(53,181,152); }
H1.HeaderClassName
{
color: #35B598;
}
.AnyTagClassName
{
color: #35B598;
}
</style>
background-color css
<style>
a { background-color: #35B598; }
a { background-color: rgb(53,181,152); }
div.DivClassName
{
background-color: #35B598;
}
.BgClassName
{
background-color: #35B598;
}
</style>
border-color css
<style>
span { border-color: #35B598; }
span { border-color: rgb(53,181,152); }
td.TdClassName
{
border-color: #35B598;
}
.TagClassName
{
border-color: #35B598;
}
</style>