Shades of Niagara #38AF91
Tints of Niagara #38AF91
RGB
CMYK
RGB Variations
Color information
#38AF91 (or 0x38AF91) is known color: Niagara. HEX triplet: 38, AF and 91. RGB value is (56,175,145). Sum of RGB (Red+Green+Blue) = 56+175+145=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AF91 is #C7506E. Grayscale: #888888. Windows color (decimal): -13062255 or 9547576. OLE color: 9547576.
HSL color Cylindrical-coordinate representation of color #38AF91: hue angle of 164.87º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AF91 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 175 | 145 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.31 |
| HSL | 164.87º | 0.52% | 0.45% | - |
| HSV(B) | 164.87º | 0.68% | 0.69% | - |
| XYZ | 22.07 | 33.55 | 32.1 | - |
| YUV | 136 | 133.08 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 175 | 145 | 0.68 | 0 | 0.17 | 0.31 | 164.87 | 0.52 | 0.45 |
| Hex | 38 | AF | 91 | 44 | 0 | 11 | 1F | A5 | 34 | 2D |
| Octal | 70 | 257 | 221 | 104 | 0 | 21 | 37 | 245 | 64 | 55 |
| Binary | 111000 | 10101111 | 10010001 | 1000100 | 0 | 10001 | 11111 | 10100101 | 110100 | 101101 |
Color Harmonies of #38AF91
Complementary color
Monochromatic Colors of #38AF91
Black with #38AF91
Text Example
Text Example
White with #38AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AF91; }
p { color: rgb(56,175,145); }
H1.HeaderClassName
{
color: #38AF91;
}
.AnyTagClassName
{
color: #38AF91;
}
</style>
background-color css
<style>
a { background-color: #38AF91; }
a { background-color: rgb(56,175,145); }
div.DivClassName
{
background-color: #38AF91;
}
.BgClassName
{
background-color: #38AF91;
}
</style>
border-color css
<style>
span { border-color: #38AF91; }
span { border-color: rgb(56,175,145); }
td.TdClassName
{
border-color: #38AF91;
}
.TagClassName
{
border-color: #38AF91;
}
</style>