Shades of Niagara #27A291
Tints of Niagara #27A291
RGB
CMYK
RGB Variations
Color information
#27A291 (or 0x27A291) is known color: Niagara. HEX triplet: 27, A2 and 91. RGB value is (39,162,145). Sum of RGB (Red+Green+Blue) = 39+162+145=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #27A291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A291 is #D85D6E. Grayscale: #7B7B7B. Windows color (decimal): -14179695 or 9544231. OLE color: 9544231.
HSL color Cylindrical-coordinate representation of color #27A291: hue angle of 171.71º 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 #27A291 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 162 | 145 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.36 |
| HSL | 171.71º | 0.61% | 0.39% | - |
| HSV(B) | 171.71º | 0.76% | 0.64% | - |
| XYZ | 18.87 | 28.32 | 31.26 | - |
| YUV | 123.29 | 140.25 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 145 | 0.76 | 0 | 0.10 | 0.36 | 171.71 | 0.61 | 0.39 |
| Hex | 27 | A2 | 91 | 4C | 0 | A | 24 | AC | 3D | 27 |
| Octal | 47 | 242 | 221 | 114 | 0 | 12 | 44 | 254 | 75 | 47 |
| Binary | 100111 | 10100010 | 10010001 | 1001100 | 0 | 1010 | 100100 | 10101100 | 111101 | 100111 |
Color Harmonies of #27A291
Complementary color
Monochromatic Colors of #27A291
Black with #27A291
Text Example
Text Example
White with #27A291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A291; }
p { color: rgb(39,162,145); }
H1.HeaderClassName
{
color: #27A291;
}
.AnyTagClassName
{
color: #27A291;
}
</style>
background-color css
<style>
a { background-color: #27A291; }
a { background-color: rgb(39,162,145); }
div.DivClassName
{
background-color: #27A291;
}
.BgClassName
{
background-color: #27A291;
}
</style>
border-color css
<style>
span { border-color: #27A291; }
span { border-color: rgb(39,162,145); }
td.TdClassName
{
border-color: #27A291;
}
.TagClassName
{
border-color: #27A291;
}
</style>