Shades of Niagara #38A997
Tints of Niagara #38A997
RGB
CMYK
RGB Variations
Color information
#38A997 (or 0x38A997) is known color: Niagara. HEX triplet: 38, A9 and 97. RGB value is (56,169,151). Sum of RGB (Red+Green+Blue) = 56+169+151=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #38A997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A997 is #C75668. Grayscale: #858585. Windows color (decimal): -13063785 or 9939256. OLE color: 9939256.
HSL color Cylindrical-coordinate representation of color #38A997: hue angle of 170.44º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A997 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 169 | 151 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.34 |
| HSL | 170.44º | 0.5% | 0.44% | - |
| HSV(B) | 170.44º | 0.67% | 0.66% | - |
| XYZ | 21.4 | 31.45 | 34.22 | - |
| YUV | 133.16 | 138.06 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 169 | 151 | 0.67 | 0 | 0.11 | 0.34 | 170.44 | 0.5 | 0.44 |
| Hex | 38 | A9 | 97 | 43 | 0 | B | 22 | AA | 32 | 2C |
| Octal | 70 | 251 | 227 | 103 | 0 | 13 | 42 | 252 | 62 | 54 |
| Binary | 111000 | 10101001 | 10010111 | 1000011 | 0 | 1011 | 100010 | 10101010 | 110010 | 101100 |
Color Harmonies of #38A997
Complementary color
Monochromatic Colors of #38A997
Black with #38A997
Text Example
Text Example
White with #38A997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A997; }
p { color: rgb(56,169,151); }
H1.HeaderClassName
{
color: #38A997;
}
.AnyTagClassName
{
color: #38A997;
}
</style>
background-color css
<style>
a { background-color: #38A997; }
a { background-color: rgb(56,169,151); }
div.DivClassName
{
background-color: #38A997;
}
.BgClassName
{
background-color: #38A997;
}
</style>
border-color css
<style>
span { border-color: #38A997; }
span { border-color: rgb(56,169,151); }
td.TdClassName
{
border-color: #38A997;
}
.TagClassName
{
border-color: #38A997;
}
</style>