Shades of Niagara #289C8C
Tints of Niagara #289C8C
RGB
CMYK
RGB Variations
Color information
#289C8C (or 0x289C8C) is known color: Niagara. HEX triplet: 28, 9C and 8C. RGB value is (40,156,140). Sum of RGB (Red+Green+Blue) = 40+156+140=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #289C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289C8C is #D76373. Grayscale: #777777. Windows color (decimal): -14115700 or 9215016. OLE color: 9215016.
HSL color Cylindrical-coordinate representation of color #289C8C: hue angle of 171.72º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289C8C is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 156 | 140 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.39 |
| HSL | 171.72º | 0.59% | 0.38% | - |
| HSV(B) | 171.72º | 0.74% | 0.61% | - |
| XYZ | 17.5 | 26.12 | 28.93 | - |
| YUV | 119.49 | 139.57 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 140 | 0.74 | 0 | 0.10 | 0.39 | 171.72 | 0.59 | 0.38 |
| Hex | 28 | 9C | 8C | 4A | 0 | A | 27 | AC | 3B | 26 |
| Octal | 50 | 234 | 214 | 112 | 0 | 12 | 47 | 254 | 73 | 46 |
| Binary | 101000 | 10011100 | 10001100 | 1001010 | 0 | 1010 | 100111 | 10101100 | 111011 | 100110 |
Color Harmonies of #289C8C
Complementary color
Monochromatic Colors of #289C8C
Black with #289C8C
Text Example
Text Example
White with #289C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289C8C; }
p { color: rgb(40,156,140); }
H1.HeaderClassName
{
color: #289C8C;
}
.AnyTagClassName
{
color: #289C8C;
}
</style>
background-color css
<style>
a { background-color: #289C8C; }
a { background-color: rgb(40,156,140); }
div.DivClassName
{
background-color: #289C8C;
}
.BgClassName
{
background-color: #289C8C;
}
</style>
border-color css
<style>
span { border-color: #289C8C; }
span { border-color: rgb(40,156,140); }
td.TdClassName
{
border-color: #289C8C;
}
.TagClassName
{
border-color: #289C8C;
}
</style>