Shades of Niagara #279882
Tints of Niagara #279882
RGB
CMYK
RGB Variations
Color information
#279882 (or 0x279882) is known color: Niagara. HEX triplet: 27, 98 and 82. RGB value is (39,152,130). Sum of RGB (Red+Green+Blue) = 39+152+130=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #279882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279882 is #D8677D. Grayscale: #737373. Windows color (decimal): -14182270 or 8558631. OLE color: 8558631.
HSL color Cylindrical-coordinate representation of color #279882: hue angle of 168.32º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279882 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 152 | 130 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.40 |
| HSL | 168.32º | 0.59% | 0.37% | - |
| HSV(B) | 168.32º | 0.74% | 0.6% | - |
| XYZ | 16.09 | 24.5 | 25 | - |
| YUV | 115.71 | 136.06 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 152 | 130 | 0.74 | 0 | 0.14 | 0.40 | 168.32 | 0.59 | 0.37 |
| Hex | 27 | 98 | 82 | 4A | 0 | E | 28 | A8 | 3B | 25 |
| Octal | 47 | 230 | 202 | 112 | 0 | 16 | 50 | 250 | 73 | 45 |
| Binary | 100111 | 10011000 | 10000010 | 1001010 | 0 | 1110 | 101000 | 10101000 | 111011 | 100101 |
Color Harmonies of #279882
Complementary color
Monochromatic Colors of #279882
Black with #279882
Text Example
Text Example
White with #279882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279882; }
p { color: rgb(39,152,130); }
H1.HeaderClassName
{
color: #279882;
}
.AnyTagClassName
{
color: #279882;
}
</style>
background-color css
<style>
a { background-color: #279882; }
a { background-color: rgb(39,152,130); }
div.DivClassName
{
background-color: #279882;
}
.BgClassName
{
background-color: #279882;
}
</style>
border-color css
<style>
span { border-color: #279882; }
span { border-color: rgb(39,152,130); }
td.TdClassName
{
border-color: #279882;
}
.TagClassName
{
border-color: #279882;
}
</style>