Shades of Niagara #1C9C8A
Tints of Niagara #1C9C8A
RGB
CMYK
RGB Variations
Color information
#1C9C8A (or 0x1C9C8A) is known color: Niagara. HEX triplet: 1C, 9C and 8A. RGB value is (28,156,138). Sum of RGB (Red+Green+Blue) = 28+156+138=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #1C9C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9C8A is #E36375. Grayscale: #737373. Windows color (decimal): -14902134 or 9083932. OLE color: 9083932.
HSL color Cylindrical-coordinate representation of color #1C9C8A: hue angle of 171.56º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9C8A is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 156 | 138 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.39 |
| HSL | 171.56º | 0.7% | 0.36% | - |
| HSV(B) | 171.56º | 0.82% | 0.61% | - |
| XYZ | 16.95 | 25.86 | 28.14 | - |
| YUV | 115.68 | 140.59 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 156 | 138 | 0.82 | 0 | 0.12 | 0.39 | 171.56 | 0.7 | 0.36 |
| Hex | 1C | 9C | 8A | 52 | 0 | C | 27 | AC | 46 | 24 |
| Octal | 34 | 234 | 212 | 122 | 0 | 14 | 47 | 254 | 106 | 44 |
| Binary | 11100 | 10011100 | 10001010 | 1010010 | 0 | 1100 | 100111 | 10101100 | 1000110 | 100100 |
Color Harmonies of #1C9C8A
Complementary color
Monochromatic Colors of #1C9C8A
Black with #1C9C8A
Text Example
Text Example
White with #1C9C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9C8A; }
p { color: rgb(28,156,138); }
H1.HeaderClassName
{
color: #1C9C8A;
}
.AnyTagClassName
{
color: #1C9C8A;
}
</style>
background-color css
<style>
a { background-color: #1C9C8A; }
a { background-color: rgb(28,156,138); }
div.DivClassName
{
background-color: #1C9C8A;
}
.BgClassName
{
background-color: #1C9C8A;
}
</style>
border-color css
<style>
span { border-color: #1C9C8A; }
span { border-color: rgb(28,156,138); }
td.TdClassName
{
border-color: #1C9C8A;
}
.TagClassName
{
border-color: #1C9C8A;
}
</style>