Shades of Niagara #35A494
Tints of Niagara #35A494
RGB
CMYK
RGB Variations
Color information
#35A494 (or 0x35A494) is known color: Niagara. HEX triplet: 35, A4 and 94. RGB value is (53,164,148). Sum of RGB (Red+Green+Blue) = 53+164+148=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #35A494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A494 is #CA5B6B. Grayscale: #808080. Windows color (decimal): -13261676 or 9741365. OLE color: 9741365.
HSL color Cylindrical-coordinate representation of color #35A494: hue angle of 171.35º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A494 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 164 | 148 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.36 |
| HSL | 171.35º | 0.51% | 0.43% | - |
| HSV(B) | 171.35º | 0.68% | 0.64% | - |
| XYZ | 20.09 | 29.45 | 32.64 | - |
| YUV | 128.99 | 138.73 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 164 | 148 | 0.68 | 0 | 0.10 | 0.36 | 171.35 | 0.51 | 0.43 |
| Hex | 35 | A4 | 94 | 44 | 0 | A | 24 | AB | 33 | 2B |
| Octal | 65 | 244 | 224 | 104 | 0 | 12 | 44 | 253 | 63 | 53 |
| Binary | 110101 | 10100100 | 10010100 | 1000100 | 0 | 1010 | 100100 | 10101011 | 110011 | 101011 |
Color Harmonies of #35A494
Complementary color
Monochromatic Colors of #35A494
Black with #35A494
Text Example
Text Example
White with #35A494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A494; }
p { color: rgb(53,164,148); }
H1.HeaderClassName
{
color: #35A494;
}
.AnyTagClassName
{
color: #35A494;
}
</style>
background-color css
<style>
a { background-color: #35A494; }
a { background-color: rgb(53,164,148); }
div.DivClassName
{
background-color: #35A494;
}
.BgClassName
{
background-color: #35A494;
}
</style>
border-color css
<style>
span { border-color: #35A494; }
span { border-color: rgb(53,164,148); }
td.TdClassName
{
border-color: #35A494;
}
.TagClassName
{
border-color: #35A494;
}
</style>