Shades of Niagara #27A286
Tints of Niagara #27A286
RGB
CMYK
RGB Variations
Color information
#27A286 (or 0x27A286) is known color: Niagara. HEX triplet: 27, A2 and 86. RGB value is (39,162,134). Sum of RGB (Red+Green+Blue) = 39+162+134=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #27A286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A286 is #D85D79. Grayscale: #7A7A7A. Windows color (decimal): -14179706 or 8823335. OLE color: 8823335.
HSL color Cylindrical-coordinate representation of color #27A286: hue angle of 166.34º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A286 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 162 | 134 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.36 |
| HSL | 166.34º | 0.61% | 0.39% | - |
| HSV(B) | 166.34º | 0.76% | 0.64% | - |
| XYZ | 18.06 | 27.99 | 27.01 | - |
| YUV | 122.03 | 134.75 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 134 | 0.76 | 0 | 0.17 | 0.36 | 166.34 | 0.61 | 0.39 |
| Hex | 27 | A2 | 86 | 4C | 0 | 11 | 24 | A6 | 3D | 27 |
| Octal | 47 | 242 | 206 | 114 | 0 | 21 | 44 | 246 | 75 | 47 |
| Binary | 100111 | 10100010 | 10000110 | 1001100 | 0 | 10001 | 100100 | 10100110 | 111101 | 100111 |
Color Harmonies of #27A286
Complementary color
Monochromatic Colors of #27A286
Black with #27A286
Text Example
Text Example
White with #27A286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A286; }
p { color: rgb(39,162,134); }
H1.HeaderClassName
{
color: #27A286;
}
.AnyTagClassName
{
color: #27A286;
}
</style>
background-color css
<style>
a { background-color: #27A286; }
a { background-color: rgb(39,162,134); }
div.DivClassName
{
background-color: #27A286;
}
.BgClassName
{
background-color: #27A286;
}
</style>
border-color css
<style>
span { border-color: #27A286; }
span { border-color: rgb(39,162,134); }
td.TdClassName
{
border-color: #27A286;
}
.TagClassName
{
border-color: #27A286;
}
</style>