Shades of Niagara #27AA8F
Tints of Niagara #27AA8F
RGB
CMYK
RGB Variations
Color information
#27AA8F (or 0x27AA8F) is known color: Niagara. HEX triplet: 27, AA and 8F. RGB value is (39,170,143). Sum of RGB (Red+Green+Blue) = 39+170+143=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #27AA8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AA8F is #D85570. Grayscale: #7F7F7F. Windows color (decimal): -14177649 or 9415207. OLE color: 9415207.
HSL color Cylindrical-coordinate representation of color #27AA8F: hue angle of 167.63º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AA8F is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 170 | 143 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.33 |
| HSL | 167.63º | 0.63% | 0.41% | - |
| HSV(B) | 167.63º | 0.77% | 0.67% | - |
| XYZ | 20.17 | 31.16 | 30.94 | - |
| YUV | 127.75 | 136.6 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 170 | 143 | 0.77 | 0 | 0.16 | 0.33 | 167.63 | 0.63 | 0.41 |
| Hex | 27 | AA | 8F | 4D | 0 | 10 | 21 | A8 | 3F | 29 |
| Octal | 47 | 252 | 217 | 115 | 0 | 20 | 41 | 250 | 77 | 51 |
| Binary | 100111 | 10101010 | 10001111 | 1001101 | 0 | 10000 | 100001 | 10101000 | 111111 | 101001 |
Color Harmonies of #27AA8F
Complementary color
Monochromatic Colors of #27AA8F
Black with #27AA8F
Text Example
Text Example
White with #27AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AA8F; }
p { color: rgb(39,170,143); }
H1.HeaderClassName
{
color: #27AA8F;
}
.AnyTagClassName
{
color: #27AA8F;
}
</style>
background-color css
<style>
a { background-color: #27AA8F; }
a { background-color: rgb(39,170,143); }
div.DivClassName
{
background-color: #27AA8F;
}
.BgClassName
{
background-color: #27AA8F;
}
</style>
border-color css
<style>
span { border-color: #27AA8F; }
span { border-color: rgb(39,170,143); }
td.TdClassName
{
border-color: #27AA8F;
}
.TagClassName
{
border-color: #27AA8F;
}
</style>