Shades of Niagara #279E8C
Tints of Niagara #279E8C
RGB
CMYK
RGB Variations
Color information
#279E8C (or 0x279E8C) is known color: Niagara. HEX triplet: 27, 9E and 8C. RGB value is (39,158,140). Sum of RGB (Red+Green+Blue) = 39+158+140=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #279E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279E8C is #D86173. Grayscale: #787878. Windows color (decimal): -14180724 or 9215527. OLE color: 9215527.
HSL color Cylindrical-coordinate representation of color #279E8C: hue angle of 170.92º degrees, saturation: 0.6, 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 #279E8C is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 158 | 140 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.38 |
| HSL | 170.92º | 0.6% | 0.39% | - |
| HSV(B) | 170.92º | 0.75% | 0.62% | - |
| XYZ | 17.8 | 26.78 | 29.04 | - |
| YUV | 120.37 | 139.08 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 158 | 140 | 0.75 | 0 | 0.11 | 0.38 | 170.92 | 0.6 | 0.39 |
| Hex | 27 | 9E | 8C | 4B | 0 | B | 26 | AB | 3C | 27 |
| Octal | 47 | 236 | 214 | 113 | 0 | 13 | 46 | 253 | 74 | 47 |
| Binary | 100111 | 10011110 | 10001100 | 1001011 | 0 | 1011 | 100110 | 10101011 | 111100 | 100111 |
Color Harmonies of #279E8C
Complementary color
Monochromatic Colors of #279E8C
Black with #279E8C
Text Example
Text Example
White with #279E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279E8C; }
p { color: rgb(39,158,140); }
H1.HeaderClassName
{
color: #279E8C;
}
.AnyTagClassName
{
color: #279E8C;
}
</style>
background-color css
<style>
a { background-color: #279E8C; }
a { background-color: rgb(39,158,140); }
div.DivClassName
{
background-color: #279E8C;
}
.BgClassName
{
background-color: #279E8C;
}
</style>
border-color css
<style>
span { border-color: #279E8C; }
span { border-color: rgb(39,158,140); }
td.TdClassName
{
border-color: #279E8C;
}
.TagClassName
{
border-color: #279E8C;
}
</style>