Shades of Niagara #27B297
Tints of Niagara #27B297
RGB
CMYK
RGB Variations
Color information
#27B297 (or 0x27B297) is known color: Niagara. HEX triplet: 27, B2 and 97. RGB value is (39,178,151). Sum of RGB (Red+Green+Blue) = 39+178+151=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #27B297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27B297 is #D84D68. Grayscale: #858585. Windows color (decimal): -14175593 or 9941543. OLE color: 9941543.
HSL color Cylindrical-coordinate representation of color #27B297: hue angle of 168.35º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27B297 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 39 | 178 | 151 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.30 |
| HSL | 168.35º | 0.64% | 0.43% | - |
| HSV(B) | 168.35º | 0.78% | 0.7% | - |
| XYZ | 22.34 | 34.51 | 34.76 | - |
| YUV | 133.36 | 137.95 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 178 | 151 | 0.78 | 0 | 0.15 | 0.30 | 168.35 | 0.64 | 0.43 |
| Hex | 27 | B2 | 97 | 4E | 0 | F | 1E | A8 | 40 | 2B |
| Octal | 47 | 262 | 227 | 116 | 0 | 17 | 36 | 250 | 100 | 53 |
| Binary | 100111 | 10110010 | 10010111 | 1001110 | 0 | 1111 | 11110 | 10101000 | 1000000 | 101011 |
Color Harmonies of #27B297
Complementary color
Monochromatic Colors of #27B297
Black with #27B297
Text Example
Text Example
White with #27B297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27B297; }
p { color: rgb(39,178,151); }
H1.HeaderClassName
{
color: #27B297;
}
.AnyTagClassName
{
color: #27B297;
}
</style>
background-color css
<style>
a { background-color: #27B297; }
a { background-color: rgb(39,178,151); }
div.DivClassName
{
background-color: #27B297;
}
.BgClassName
{
background-color: #27B297;
}
</style>
border-color css
<style>
span { border-color: #27B297; }
span { border-color: rgb(39,178,151); }
td.TdClassName
{
border-color: #27B297;
}
.TagClassName
{
border-color: #27B297;
}
</style>