Shades of Niagara #279C8C
Tints of Niagara #279C8C
RGB
CMYK
RGB Variations
Color information
#279C8C (or 0x279C8C) is known color: Niagara. HEX triplet: 27, 9C and 8C. RGB value is (39,156,140). Sum of RGB (Red+Green+Blue) = 39+156+140=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #279C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279C8C is #D86373. Grayscale: #777777. Windows color (decimal): -14181236 or 9215015. OLE color: 9215015.
HSL color Cylindrical-coordinate representation of color #279C8C: hue angle of 171.79º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279C8C is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 156 | 140 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.39 |
| HSL | 171.79º | 0.6% | 0.38% | - |
| HSV(B) | 171.79º | 0.75% | 0.61% | - |
| XYZ | 17.46 | 26.1 | 28.93 | - |
| YUV | 119.19 | 139.74 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 156 | 140 | 0.75 | 0 | 0.10 | 0.39 | 171.79 | 0.6 | 0.38 |
| Hex | 27 | 9C | 8C | 4B | 0 | A | 27 | AC | 3C | 26 |
| Octal | 47 | 234 | 214 | 113 | 0 | 12 | 47 | 254 | 74 | 46 |
| Binary | 100111 | 10011100 | 10001100 | 1001011 | 0 | 1010 | 100111 | 10101100 | 111100 | 100110 |
Color Harmonies of #279C8C
Complementary color
Monochromatic Colors of #279C8C
Black with #279C8C
Text Example
Text Example
White with #279C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279C8C; }
p { color: rgb(39,156,140); }
H1.HeaderClassName
{
color: #279C8C;
}
.AnyTagClassName
{
color: #279C8C;
}
</style>
background-color css
<style>
a { background-color: #279C8C; }
a { background-color: rgb(39,156,140); }
div.DivClassName
{
background-color: #279C8C;
}
.BgClassName
{
background-color: #279C8C;
}
</style>
border-color css
<style>
span { border-color: #279C8C; }
span { border-color: rgb(39,156,140); }
td.TdClassName
{
border-color: #279C8C;
}
.TagClassName
{
border-color: #279C8C;
}
</style>