Shades of Niagara #27A992
Tints of Niagara #27A992
RGB
CMYK
RGB Variations
Color information
#27A992 (or 0x27A992) is known color: Niagara. HEX triplet: 27, A9 and 92. RGB value is (39,169,146). Sum of RGB (Red+Green+Blue) = 39+169+146=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #27A992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A992 is #D8566D. Grayscale: #7F7F7F. Windows color (decimal): -14177902 or 9611559. OLE color: 9611559.
HSL color Cylindrical-coordinate representation of color #27A992: hue angle of 169.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27A992 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 169 | 146 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.34 |
| HSL | 169.38º | 0.63% | 0.41% | - |
| HSV(B) | 169.38º | 0.77% | 0.66% | - |
| XYZ | 20.21 | 30.88 | 32.09 | - |
| YUV | 127.51 | 138.43 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 169 | 146 | 0.77 | 0 | 0.14 | 0.34 | 169.38 | 0.63 | 0.41 |
| Hex | 27 | A9 | 92 | 4D | 0 | E | 22 | A9 | 3E | 29 |
| Octal | 47 | 251 | 222 | 115 | 0 | 16 | 42 | 251 | 76 | 51 |
| Binary | 100111 | 10101001 | 10010010 | 1001101 | 0 | 1110 | 100010 | 10101001 | 111110 | 101001 |
Color Harmonies of #27A992
Complementary color
Monochromatic Colors of #27A992
Black with #27A992
Text Example
Text Example
White with #27A992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A992; }
p { color: rgb(39,169,146); }
H1.HeaderClassName
{
color: #27A992;
}
.AnyTagClassName
{
color: #27A992;
}
</style>
background-color css
<style>
a { background-color: #27A992; }
a { background-color: rgb(39,169,146); }
div.DivClassName
{
background-color: #27A992;
}
.BgClassName
{
background-color: #27A992;
}
</style>
border-color css
<style>
span { border-color: #27A992; }
span { border-color: rgb(39,169,146); }
td.TdClassName
{
border-color: #27A992;
}
.TagClassName
{
border-color: #27A992;
}
</style>