Shades of Niagara #27B896
Tints of Niagara #27B896
RGB
CMYK
RGB Variations
Color information
#27B896 (or 0x27B896) is known color: Niagara. HEX triplet: 27, B8 and 96. RGB value is (39,184,150). Sum of RGB (Red+Green+Blue) = 39+184+150=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #27B896 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B896 is #D84769. Grayscale: #888888. Windows color (decimal): -14174058 or 9877543. OLE color: 9877543.
HSL color Cylindrical-coordinate representation of color #27B896: hue angle of 165.93º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27B896 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 184 | 150 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.28 |
| HSL | 165.93º | 0.65% | 0.44% | - |
| HSV(B) | 165.93º | 0.79% | 0.72% | - |
| XYZ | 23.48 | 36.91 | 34.74 | - |
| YUV | 136.77 | 135.46 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 184 | 150 | 0.79 | 0 | 0.18 | 0.28 | 165.93 | 0.65 | 0.44 |
| Hex | 27 | B8 | 96 | 4F | 0 | 12 | 1C | A6 | 41 | 2C |
| Octal | 47 | 270 | 226 | 117 | 0 | 22 | 34 | 246 | 101 | 54 |
| Binary | 100111 | 10111000 | 10010110 | 1001111 | 0 | 10010 | 11100 | 10100110 | 1000001 | 101100 |
Color Harmonies of #27B896
Complementary color
Monochromatic Colors of #27B896
Black with #27B896
Text Example
Text Example
White with #27B896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27B896; }
p { color: rgb(39,184,150); }
H1.HeaderClassName
{
color: #27B896;
}
.AnyTagClassName
{
color: #27B896;
}
</style>
background-color css
<style>
a { background-color: #27B896; }
a { background-color: rgb(39,184,150); }
div.DivClassName
{
background-color: #27B896;
}
.BgClassName
{
background-color: #27B896;
}
</style>
border-color css
<style>
span { border-color: #27B896; }
span { border-color: rgb(39,184,150); }
td.TdClassName
{
border-color: #27B896;
}
.TagClassName
{
border-color: #27B896;
}
</style>