Shades of Niagara #279F8E
Tints of Niagara #279F8E
RGB
CMYK
RGB Variations
Color information
#279F8E (or 0x279F8E) is known color: Niagara. HEX triplet: 27, 9F and 8E. RGB value is (39,159,142). Sum of RGB (Red+Green+Blue) = 39+159+142=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 159 - color contains mainly: green. Hex color #279F8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279F8E is #D86071. Grayscale: #797979. Windows color (decimal): -14180466 or 9346855. OLE color: 9346855.
HSL color Cylindrical-coordinate representation of color #279F8E: hue angle of 171.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279F8E is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 159 | 142 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.38 |
| HSL | 171.5º | 0.61% | 0.39% | - |
| HSV(B) | 171.5º | 0.75% | 0.62% | - |
| XYZ | 18.12 | 27.18 | 29.88 | - |
| YUV | 121.18 | 139.74 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 159 | 142 | 0.75 | 0 | 0.11 | 0.38 | 171.5 | 0.61 | 0.39 |
| Hex | 27 | 9F | 8E | 4B | 0 | B | 26 | AC | 3D | 27 |
| Octal | 47 | 237 | 216 | 113 | 0 | 13 | 46 | 254 | 75 | 47 |
| Binary | 100111 | 10011111 | 10001110 | 1001011 | 0 | 1011 | 100110 | 10101100 | 111101 | 100111 |
Color Harmonies of #279F8E
Complementary color
Monochromatic Colors of #279F8E
Black with #279F8E
Text Example
Text Example
White with #279F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279F8E; }
p { color: rgb(39,159,142); }
H1.HeaderClassName
{
color: #279F8E;
}
.AnyTagClassName
{
color: #279F8E;
}
</style>
background-color css
<style>
a { background-color: #279F8E; }
a { background-color: rgb(39,159,142); }
div.DivClassName
{
background-color: #279F8E;
}
.BgClassName
{
background-color: #279F8E;
}
</style>
border-color css
<style>
span { border-color: #279F8E; }
span { border-color: rgb(39,159,142); }
td.TdClassName
{
border-color: #279F8E;
}
.TagClassName
{
border-color: #279F8E;
}
</style>