Shades of Niagara #3CAF99
Tints of Niagara #3CAF99
RGB
CMYK
RGB Variations
Color information
#3CAF99 (or 0x3CAF99) is known color: Niagara. HEX triplet: 3C, AF and 99. RGB value is (60,175,153). Sum of RGB (Red+Green+Blue) = 60+175+153=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAF99 is #C35066. Grayscale: #8A8A8A. Windows color (decimal): -12800103 or 10071868. OLE color: 10071868.
HSL color Cylindrical-coordinate representation of color #3CAF99: hue angle of 168.52º 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 #3CAF99 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 153 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.31 |
| HSL | 168.52º | 0.49% | 0.46% | - |
| HSV(B) | 168.52º | 0.66% | 0.69% | - |
| XYZ | 22.94 | 33.92 | 35.48 | - |
| YUV | 138.11 | 136.4 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 153 | 0.66 | 0 | 0.13 | 0.31 | 168.52 | 0.49 | 0.46 |
| Hex | 3C | AF | 99 | 42 | 0 | D | 1F | A9 | 31 | 2E |
| Octal | 74 | 257 | 231 | 102 | 0 | 15 | 37 | 251 | 61 | 56 |
| Binary | 111100 | 10101111 | 10011001 | 1000010 | 0 | 1101 | 11111 | 10101001 | 110001 | 101110 |
Color Harmonies of #3CAF99
Complementary color
Monochromatic Colors of #3CAF99
Black with #3CAF99
Text Example
Text Example
White with #3CAF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF99; }
p { color: rgb(60,175,153); }
H1.HeaderClassName
{
color: #3CAF99;
}
.AnyTagClassName
{
color: #3CAF99;
}
</style>
background-color css
<style>
a { background-color: #3CAF99; }
a { background-color: rgb(60,175,153); }
div.DivClassName
{
background-color: #3CAF99;
}
.BgClassName
{
background-color: #3CAF99;
}
</style>
border-color css
<style>
span { border-color: #3CAF99; }
span { border-color: rgb(60,175,153); }
td.TdClassName
{
border-color: #3CAF99;
}
.TagClassName
{
border-color: #3CAF99;
}
</style>