Shades of Niagara #31B09B
Tints of Niagara #31B09B
RGB
CMYK
RGB Variations
Color information
#31B09B (or 0x31B09B) is known color: Niagara. HEX triplet: 31, B0 and 9B. RGB value is (49,176,155). Sum of RGB (Red+Green+Blue) = 49+176+155=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 176 - color contains mainly: green. Hex color #31B09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B09B is #CE4F64. Grayscale: #878787. Windows color (decimal): -13520741 or 10203185. OLE color: 10203185.
HSL color Cylindrical-coordinate representation of color #31B09B: hue angle of 170.08º 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 #31B09B is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 176 | 155 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.31 |
| HSL | 170.08º | 0.56% | 0.44% | - |
| HSV(B) | 170.08º | 0.72% | 0.69% | - |
| XYZ | 22.71 | 34.07 | 36.39 | - |
| YUV | 135.63 | 138.92 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 176 | 155 | 0.72 | 0 | 0.12 | 0.31 | 170.08 | 0.56 | 0.44 |
| Hex | 31 | B0 | 9B | 48 | 0 | C | 1F | AA | 38 | 2C |
| Octal | 61 | 260 | 233 | 110 | 0 | 14 | 37 | 252 | 70 | 54 |
| Binary | 110001 | 10110000 | 10011011 | 1001000 | 0 | 1100 | 11111 | 10101010 | 111000 | 101100 |
Color Harmonies of #31B09B
Complementary color
Monochromatic Colors of #31B09B
Black with #31B09B
Text Example
Text Example
White with #31B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B09B; }
p { color: rgb(49,176,155); }
H1.HeaderClassName
{
color: #31B09B;
}
.AnyTagClassName
{
color: #31B09B;
}
</style>
background-color css
<style>
a { background-color: #31B09B; }
a { background-color: rgb(49,176,155); }
div.DivClassName
{
background-color: #31B09B;
}
.BgClassName
{
background-color: #31B09B;
}
</style>
border-color css
<style>
span { border-color: #31B09B; }
span { border-color: rgb(49,176,155); }
td.TdClassName
{
border-color: #31B09B;
}
.TagClassName
{
border-color: #31B09B;
}
</style>