Shades of Niagara #27A287
Tints of Niagara #27A287
RGB
CMYK
RGB Variations
Color information
#27A287 (or 0x27A287) is known color: Niagara. HEX triplet: 27, A2 and 87. RGB value is (39,162,135). Sum of RGB (Red+Green+Blue) = 39+162+135=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #27A287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A287 is #D85D78. Grayscale: #7A7A7A. Windows color (decimal): -14179705 or 8888871. OLE color: 8888871.
HSL color Cylindrical-coordinate representation of color #27A287: hue angle of 166.83º 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 #27A287 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 162 | 135 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.36 |
| HSL | 166.83º | 0.61% | 0.39% | - |
| HSV(B) | 166.83º | 0.76% | 0.64% | - |
| XYZ | 18.13 | 28.02 | 27.37 | - |
| YUV | 122.15 | 135.25 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 135 | 0.76 | 0 | 0.17 | 0.36 | 166.83 | 0.61 | 0.39 |
| Hex | 27 | A2 | 87 | 4C | 0 | 11 | 24 | A7 | 3D | 27 |
| Octal | 47 | 242 | 207 | 114 | 0 | 21 | 44 | 247 | 75 | 47 |
| Binary | 100111 | 10100010 | 10000111 | 1001100 | 0 | 10001 | 100100 | 10100111 | 111101 | 100111 |
Color Harmonies of #27A287
Complementary color
Monochromatic Colors of #27A287
Black with #27A287
Text Example
Text Example
White with #27A287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A287; }
p { color: rgb(39,162,135); }
H1.HeaderClassName
{
color: #27A287;
}
.AnyTagClassName
{
color: #27A287;
}
</style>
background-color css
<style>
a { background-color: #27A287; }
a { background-color: rgb(39,162,135); }
div.DivClassName
{
background-color: #27A287;
}
.BgClassName
{
background-color: #27A287;
}
</style>
border-color css
<style>
span { border-color: #27A287; }
span { border-color: rgb(39,162,135); }
td.TdClassName
{
border-color: #27A287;
}
.TagClassName
{
border-color: #27A287;
}
</style>