Shades of Niagara #31B098
Tints of Niagara #31B098
RGB
CMYK
RGB Variations
Color information
#31B098 (or 0x31B098) is known color: Niagara. HEX triplet: 31, B0 and 98. RGB value is (49,176,152). Sum of RGB (Red+Green+Blue) = 49+176+152=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #31B098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B098 is #CE4F67. Grayscale: #878787. Windows color (decimal): -13520744 or 10006577. OLE color: 10006577.
HSL color Cylindrical-coordinate representation of color #31B098: hue angle of 168.66º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B098 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 176 | 152 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.31 |
| HSL | 168.66º | 0.56% | 0.44% | - |
| HSV(B) | 168.66º | 0.72% | 0.69% | - |
| XYZ | 22.46 | 33.97 | 35.08 | - |
| YUV | 135.29 | 137.42 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 176 | 152 | 0.72 | 0 | 0.14 | 0.31 | 168.66 | 0.56 | 0.44 |
| Hex | 31 | B0 | 98 | 48 | 0 | E | 1F | A9 | 38 | 2C |
| Octal | 61 | 260 | 230 | 110 | 0 | 16 | 37 | 251 | 70 | 54 |
| Binary | 110001 | 10110000 | 10011000 | 1001000 | 0 | 1110 | 11111 | 10101001 | 111000 | 101100 |
Color Harmonies of #31B098
Complementary color
Monochromatic Colors of #31B098
Black with #31B098
Text Example
Text Example
White with #31B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B098; }
p { color: rgb(49,176,152); }
H1.HeaderClassName
{
color: #31B098;
}
.AnyTagClassName
{
color: #31B098;
}
</style>
background-color css
<style>
a { background-color: #31B098; }
a { background-color: rgb(49,176,152); }
div.DivClassName
{
background-color: #31B098;
}
.BgClassName
{
background-color: #31B098;
}
</style>
border-color css
<style>
span { border-color: #31B098; }
span { border-color: rgb(49,176,152); }
td.TdClassName
{
border-color: #31B098;
}
.TagClassName
{
border-color: #31B098;
}
</style>