Shades of Niagara #1CAF94
Tints of Niagara #1CAF94
RGB
CMYK
RGB Variations
Color information
#1CAF94 (or 0x1CAF94) is known color: Niagara. HEX triplet: 1C, AF and 94. RGB value is (28,175,148). Sum of RGB (Red+Green+Blue) = 28+175+148=351 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.98% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAF94 is #E3506B. Grayscale: #7F7F7F. Windows color (decimal): -14897260 or 9744156. OLE color: 9744156.
HSL color Cylindrical-coordinate representation of color #1CAF94: hue angle of 168.98º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF94 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 148 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.31 |
| HSL | 168.98º | 0.72% | 0.4% | - |
| HSV(B) | 168.98º | 0.84% | 0.69% | - |
| XYZ | 21.15 | 33.04 | 33.28 | - |
| YUV | 127.97 | 139.3 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 148 | 0.84 | 0 | 0.15 | 0.31 | 168.98 | 0.72 | 0.4 |
| Hex | 1C | AF | 94 | 54 | 0 | F | 1F | A9 | 48 | 28 |
| Octal | 34 | 257 | 224 | 124 | 0 | 17 | 37 | 251 | 110 | 50 |
| Binary | 11100 | 10101111 | 10010100 | 1010100 | 0 | 1111 | 11111 | 10101001 | 1001000 | 101000 |
Color Harmonies of #1CAF94
Complementary color
Monochromatic Colors of #1CAF94
Black with #1CAF94
Text Example
Text Example
White with #1CAF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF94; }
p { color: rgb(28,175,148); }
H1.HeaderClassName
{
color: #1CAF94;
}
.AnyTagClassName
{
color: #1CAF94;
}
</style>
background-color css
<style>
a { background-color: #1CAF94; }
a { background-color: rgb(28,175,148); }
div.DivClassName
{
background-color: #1CAF94;
}
.BgClassName
{
background-color: #1CAF94;
}
</style>
border-color css
<style>
span { border-color: #1CAF94; }
span { border-color: rgb(28,175,148); }
td.TdClassName
{
border-color: #1CAF94;
}
.TagClassName
{
border-color: #1CAF94;
}
</style>