Shades of Niagara #27A28E
Tints of Niagara #27A28E
RGB
CMYK
RGB Variations
Color information
#27A28E (or 0x27A28E) is known color: Niagara. HEX triplet: 27, A2 and 8E. RGB value is (39,162,142). Sum of RGB (Red+Green+Blue) = 39+162+142=343 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.37% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #27A28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A28E is #D85D71. Grayscale: #7A7A7A. Windows color (decimal): -14179698 or 9347623. OLE color: 9347623.
HSL color Cylindrical-coordinate representation of color #27A28E: hue angle of 170.24º 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 #27A28E is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 162 | 142 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.36 |
| HSL | 170.24º | 0.61% | 0.39% | - |
| HSV(B) | 170.24º | 0.76% | 0.64% | - |
| XYZ | 18.64 | 28.22 | 30.06 | - |
| YUV | 122.94 | 138.75 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 142 | 0.76 | 0 | 0.12 | 0.36 | 170.24 | 0.61 | 0.39 |
| Hex | 27 | A2 | 8E | 4C | 0 | C | 24 | AA | 3D | 27 |
| Octal | 47 | 242 | 216 | 114 | 0 | 14 | 44 | 252 | 75 | 47 |
| Binary | 100111 | 10100010 | 10001110 | 1001100 | 0 | 1100 | 100100 | 10101010 | 111101 | 100111 |
Color Harmonies of #27A28E
Complementary color
Monochromatic Colors of #27A28E
Black with #27A28E
Text Example
Text Example
White with #27A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A28E; }
p { color: rgb(39,162,142); }
H1.HeaderClassName
{
color: #27A28E;
}
.AnyTagClassName
{
color: #27A28E;
}
</style>
background-color css
<style>
a { background-color: #27A28E; }
a { background-color: rgb(39,162,142); }
div.DivClassName
{
background-color: #27A28E;
}
.BgClassName
{
background-color: #27A28E;
}
</style>
border-color css
<style>
span { border-color: #27A28E; }
span { border-color: rgb(39,162,142); }
td.TdClassName
{
border-color: #27A28E;
}
.TagClassName
{
border-color: #27A28E;
}
</style>