Shades of Niagara #279C8B
Tints of Niagara #279C8B
RGB
CMYK
RGB Variations
Color information
#279C8B (or 0x279C8B) is known color: Niagara. HEX triplet: 27, 9C and 8B. RGB value is (39,156,139). Sum of RGB (Red+Green+Blue) = 39+156+139=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #279C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279C8B is #D86374. Grayscale: #777777. Windows color (decimal): -14181237 or 9149479. OLE color: 9149479.
HSL color Cylindrical-coordinate representation of color #279C8B: hue angle of 171.28º 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 #279C8B is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 156 | 139 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.39 |
| HSL | 171.28º | 0.6% | 0.38% | - |
| HSV(B) | 171.28º | 0.75% | 0.61% | - |
| XYZ | 17.39 | 26.07 | 28.54 | - |
| YUV | 119.08 | 139.24 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 156 | 139 | 0.75 | 0 | 0.11 | 0.39 | 171.28 | 0.6 | 0.38 |
| Hex | 27 | 9C | 8B | 4B | 0 | B | 27 | AB | 3C | 26 |
| Octal | 47 | 234 | 213 | 113 | 0 | 13 | 47 | 253 | 74 | 46 |
| Binary | 100111 | 10011100 | 10001011 | 1001011 | 0 | 1011 | 100111 | 10101011 | 111100 | 100110 |
Color Harmonies of #279C8B
Complementary color
Monochromatic Colors of #279C8B
Black with #279C8B
Text Example
Text Example
White with #279C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279C8B; }
p { color: rgb(39,156,139); }
H1.HeaderClassName
{
color: #279C8B;
}
.AnyTagClassName
{
color: #279C8B;
}
</style>
background-color css
<style>
a { background-color: #279C8B; }
a { background-color: rgb(39,156,139); }
div.DivClassName
{
background-color: #279C8B;
}
.BgClassName
{
background-color: #279C8B;
}
</style>
border-color css
<style>
span { border-color: #279C8B; }
span { border-color: rgb(39,156,139); }
td.TdClassName
{
border-color: #279C8B;
}
.TagClassName
{
border-color: #279C8B;
}
</style>