Shades of Niagara #3CAF96
Tints of Niagara #3CAF96
RGB
CMYK
RGB Variations
Color information
#3CAF96 (or 0x3CAF96) is known color: Niagara. HEX triplet: 3C, AF and 96. RGB value is (60,175,150). Sum of RGB (Red+Green+Blue) = 60+175+150=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAF96 is #C35069. Grayscale: #898989. Windows color (decimal): -12800106 or 9875260. OLE color: 9875260.
HSL color Cylindrical-coordinate representation of color #3CAF96: hue angle of 166.96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAF96 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 150 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.31 |
| HSL | 166.96º | 0.49% | 0.46% | - |
| HSV(B) | 166.96º | 0.66% | 0.69% | - |
| XYZ | 22.7 | 33.82 | 34.19 | - |
| YUV | 137.77 | 134.9 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 150 | 0.66 | 0 | 0.14 | 0.31 | 166.96 | 0.49 | 0.46 |
| Hex | 3C | AF | 96 | 42 | 0 | E | 1F | A7 | 31 | 2E |
| Octal | 74 | 257 | 226 | 102 | 0 | 16 | 37 | 247 | 61 | 56 |
| Binary | 111100 | 10101111 | 10010110 | 1000010 | 0 | 1110 | 11111 | 10100111 | 110001 | 101110 |
Color Harmonies of #3CAF96
Complementary color
Monochromatic Colors of #3CAF96
Black with #3CAF96
Text Example
Text Example
White with #3CAF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF96; }
p { color: rgb(60,175,150); }
H1.HeaderClassName
{
color: #3CAF96;
}
.AnyTagClassName
{
color: #3CAF96;
}
</style>
background-color css
<style>
a { background-color: #3CAF96; }
a { background-color: rgb(60,175,150); }
div.DivClassName
{
background-color: #3CAF96;
}
.BgClassName
{
background-color: #3CAF96;
}
</style>
border-color css
<style>
span { border-color: #3CAF96; }
span { border-color: rgb(60,175,150); }
td.TdClassName
{
border-color: #3CAF96;
}
.TagClassName
{
border-color: #3CAF96;
}
</style>