Shades of Niagara #3CAF9C
Tints of Niagara #3CAF9C
RGB
CMYK
RGB Variations
Color information
#3CAF9C (or 0x3CAF9C) is known color: Niagara. HEX triplet: 3C, AF and 9C. RGB value is (60,175,156). Sum of RGB (Red+Green+Blue) = 60+175+156=391 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.35% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAF9C is #C35063. Grayscale: #8A8A8A. Windows color (decimal): -12800100 or 10268476. OLE color: 10268476.
HSL color Cylindrical-coordinate representation of color #3CAF9C: hue angle of 170.09º 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 #3CAF9C is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 156 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.31 |
| HSL | 170.09º | 0.49% | 0.46% | - |
| HSV(B) | 170.09º | 0.66% | 0.69% | - |
| XYZ | 23.19 | 34.02 | 36.8 | - |
| YUV | 138.45 | 137.9 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 156 | 0.66 | 0 | 0.11 | 0.31 | 170.09 | 0.49 | 0.46 |
| Hex | 3C | AF | 9C | 42 | 0 | B | 1F | AA | 31 | 2E |
| Octal | 74 | 257 | 234 | 102 | 0 | 13 | 37 | 252 | 61 | 56 |
| Binary | 111100 | 10101111 | 10011100 | 1000010 | 0 | 1011 | 11111 | 10101010 | 110001 | 101110 |
Color Harmonies of #3CAF9C
Complementary color
Monochromatic Colors of #3CAF9C
Black with #3CAF9C
Text Example
Text Example
White with #3CAF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF9C; }
p { color: rgb(60,175,156); }
H1.HeaderClassName
{
color: #3CAF9C;
}
.AnyTagClassName
{
color: #3CAF9C;
}
</style>
background-color css
<style>
a { background-color: #3CAF9C; }
a { background-color: rgb(60,175,156); }
div.DivClassName
{
background-color: #3CAF9C;
}
.BgClassName
{
background-color: #3CAF9C;
}
</style>
border-color css
<style>
span { border-color: #3CAF9C; }
span { border-color: rgb(60,175,156); }
td.TdClassName
{
border-color: #3CAF9C;
}
.TagClassName
{
border-color: #3CAF9C;
}
</style>