Shades of Niagara #31AF9A
Tints of Niagara #31AF9A
RGB
CMYK
RGB Variations
Color information
#31AF9A (or 0x31AF9A) is known color: Niagara. HEX triplet: 31, AF and 9A. RGB value is (49,175,154). Sum of RGB (Red+Green+Blue) = 49+175+154=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AF9A is #CE5065. Grayscale: #868686. Windows color (decimal): -13520998 or 10137393. OLE color: 10137393.
HSL color Cylindrical-coordinate representation of color #31AF9A: hue angle of 170º 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 #31AF9A is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 154 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.31 |
| HSL | 170º | 0.56% | 0.44% | - |
| HSV(B) | 170º | 0.72% | 0.69% | - |
| XYZ | 22.43 | 33.65 | 35.88 | - |
| YUV | 134.93 | 138.76 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 154 | 0.72 | 0 | 0.12 | 0.31 | 170 | 0.56 | 0.44 |
| Hex | 31 | AF | 9A | 48 | 0 | C | 1F | AA | 38 | 2C |
| Octal | 61 | 257 | 232 | 110 | 0 | 14 | 37 | 252 | 70 | 54 |
| Binary | 110001 | 10101111 | 10011010 | 1001000 | 0 | 1100 | 11111 | 10101010 | 111000 | 101100 |
Color Harmonies of #31AF9A
Complementary color
Monochromatic Colors of #31AF9A
Black with #31AF9A
Text Example
Text Example
White with #31AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF9A; }
p { color: rgb(49,175,154); }
H1.HeaderClassName
{
color: #31AF9A;
}
.AnyTagClassName
{
color: #31AF9A;
}
</style>
background-color css
<style>
a { background-color: #31AF9A; }
a { background-color: rgb(49,175,154); }
div.DivClassName
{
background-color: #31AF9A;
}
.BgClassName
{
background-color: #31AF9A;
}
</style>
border-color css
<style>
span { border-color: #31AF9A; }
span { border-color: rgb(49,175,154); }
td.TdClassName
{
border-color: #31AF9A;
}
.TagClassName
{
border-color: #31AF9A;
}
</style>