Shades of Niagara #27AD96
Tints of Niagara #27AD96
RGB
CMYK
RGB Variations
Color information
#27AD96 (or 0x27AD96) is known color: Niagara. HEX triplet: 27, AD and 96. RGB value is (39,173,150). Sum of RGB (Red+Green+Blue) = 39+173+150=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #27AD96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AD96 is #D85269. Grayscale: #828282. Windows color (decimal): -14176874 or 9874727. OLE color: 9874727.
HSL color Cylindrical-coordinate representation of color #27AD96: hue angle of 169.7º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AD96 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 173 | 150 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.32 |
| HSL | 169.7º | 0.63% | 0.42% | - |
| HSV(B) | 169.7º | 0.77% | 0.68% | - |
| XYZ | 21.29 | 32.52 | 34.01 | - |
| YUV | 130.31 | 139.11 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 173 | 150 | 0.77 | 0 | 0.13 | 0.32 | 169.7 | 0.63 | 0.42 |
| Hex | 27 | AD | 96 | 4D | 0 | D | 20 | AA | 3F | 2A |
| Octal | 47 | 255 | 226 | 115 | 0 | 15 | 40 | 252 | 77 | 52 |
| Binary | 100111 | 10101101 | 10010110 | 1001101 | 0 | 1101 | 100000 | 10101010 | 111111 | 101010 |
Color Harmonies of #27AD96
Complementary color
Monochromatic Colors of #27AD96
Black with #27AD96
Text Example
Text Example
White with #27AD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AD96; }
p { color: rgb(39,173,150); }
H1.HeaderClassName
{
color: #27AD96;
}
.AnyTagClassName
{
color: #27AD96;
}
</style>
background-color css
<style>
a { background-color: #27AD96; }
a { background-color: rgb(39,173,150); }
div.DivClassName
{
background-color: #27AD96;
}
.BgClassName
{
background-color: #27AD96;
}
</style>
border-color css
<style>
span { border-color: #27AD96; }
span { border-color: rgb(39,173,150); }
td.TdClassName
{
border-color: #27AD96;
}
.TagClassName
{
border-color: #27AD96;
}
</style>