Shades of Niagara #279A8A
Tints of Niagara #279A8A
RGB
CMYK
RGB Variations
Color information
#279A8A (or 0x279A8A) is known color: Niagara. HEX triplet: 27, 9A and 8A. RGB value is (39,154,138). Sum of RGB (Red+Green+Blue) = 39+154+138=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #279A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279A8A is #D86575. Grayscale: #757575. Windows color (decimal): -14181750 or 9083431. OLE color: 9083431.
HSL color Cylindrical-coordinate representation of color #279A8A: hue angle of 171.65º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279A8A is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 154 | 138 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.40 |
| HSL | 171.65º | 0.6% | 0.38% | - |
| HSV(B) | 171.65º | 0.75% | 0.6% | - |
| XYZ | 16.98 | 25.38 | 28.05 | - |
| YUV | 117.79 | 139.4 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 154 | 138 | 0.75 | 0 | 0.10 | 0.40 | 171.65 | 0.6 | 0.38 |
| Hex | 27 | 9A | 8A | 4B | 0 | A | 28 | AC | 3C | 26 |
| Octal | 47 | 232 | 212 | 113 | 0 | 12 | 50 | 254 | 74 | 46 |
| Binary | 100111 | 10011010 | 10001010 | 1001011 | 0 | 1010 | 101000 | 10101100 | 111100 | 100110 |
Color Harmonies of #279A8A
Complementary color
Monochromatic Colors of #279A8A
Black with #279A8A
Text Example
Text Example
White with #279A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279A8A; }
p { color: rgb(39,154,138); }
H1.HeaderClassName
{
color: #279A8A;
}
.AnyTagClassName
{
color: #279A8A;
}
</style>
background-color css
<style>
a { background-color: #279A8A; }
a { background-color: rgb(39,154,138); }
div.DivClassName
{
background-color: #279A8A;
}
.BgClassName
{
background-color: #279A8A;
}
</style>
border-color css
<style>
span { border-color: #279A8A; }
span { border-color: rgb(39,154,138); }
td.TdClassName
{
border-color: #279A8A;
}
.TagClassName
{
border-color: #279A8A;
}
</style>