Shades of Niagara #1CB094
Tints of Niagara #1CB094
RGB
CMYK
RGB Variations
Color information
#1CB094 (or 0x1CB094) is known color: Niagara. HEX triplet: 1C, B0 and 94. RGB value is (28,176,148). Sum of RGB (Red+Green+Blue) = 28+176+148=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CB094 is #E34F6B. Grayscale: #808080. Windows color (decimal): -14897004 or 9744412. OLE color: 9744412.
HSL color Cylindrical-coordinate representation of color #1CB094: hue angle of 168.65º degrees, saturation: 0.73, 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 #1CB094 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 176 | 148 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.31 |
| HSL | 168.65º | 0.73% | 0.4% | - |
| HSV(B) | 168.65º | 0.84% | 0.69% | - |
| XYZ | 21.35 | 33.44 | 33.35 | - |
| YUV | 128.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 176 | 148 | 0.84 | 0 | 0.16 | 0.31 | 168.65 | 0.73 | 0.4 |
| Hex | 1C | B0 | 94 | 54 | 0 | 10 | 1F | A9 | 49 | 28 |
| Octal | 34 | 260 | 224 | 124 | 0 | 20 | 37 | 251 | 111 | 50 |
| Binary | 11100 | 10110000 | 10010100 | 1010100 | 0 | 10000 | 11111 | 10101001 | 1001001 | 101000 |
Color Harmonies of #1CB094
Complementary color
Monochromatic Colors of #1CB094
Black with #1CB094
Text Example
Text Example
White with #1CB094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB094; }
p { color: rgb(28,176,148); }
H1.HeaderClassName
{
color: #1CB094;
}
.AnyTagClassName
{
color: #1CB094;
}
</style>
background-color css
<style>
a { background-color: #1CB094; }
a { background-color: rgb(28,176,148); }
div.DivClassName
{
background-color: #1CB094;
}
.BgClassName
{
background-color: #1CB094;
}
</style>
border-color css
<style>
span { border-color: #1CB094; }
span { border-color: rgb(28,176,148); }
td.TdClassName
{
border-color: #1CB094;
}
.TagClassName
{
border-color: #1CB094;
}
</style>