Shades of Niagara #38AC9F
Tints of Niagara #38AC9F
RGB
CMYK
RGB Variations
Color information
#38AC9F (or 0x38AC9F) is known color: Niagara. HEX triplet: 38, AC and 9F. RGB value is (56,172,159). Sum of RGB (Red+Green+Blue) = 56+172+159=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AC9F is #C75360. Grayscale: #878787. Windows color (decimal): -13063009 or 10464312. OLE color: 10464312.
HSL color Cylindrical-coordinate representation of color #38AC9F: hue angle of 173.28º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AC9F is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 172 | 159 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.33 |
| HSL | 173.28º | 0.51% | 0.45% | - |
| HSV(B) | 173.28º | 0.67% | 0.67% | - |
| XYZ | 22.64 | 32.85 | 37.95 | - |
| YUV | 135.83 | 141.07 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 172 | 159 | 0.67 | 0 | 0.08 | 0.33 | 173.28 | 0.51 | 0.45 |
| Hex | 38 | AC | 9F | 43 | 0 | 8 | 21 | AD | 33 | 2D |
| Octal | 70 | 254 | 237 | 103 | 0 | 10 | 41 | 255 | 63 | 55 |
| Binary | 111000 | 10101100 | 10011111 | 1000011 | 0 | 1000 | 100001 | 10101101 | 110011 | 101101 |
Color Harmonies of #38AC9F
Complementary color
Monochromatic Colors of #38AC9F
Black with #38AC9F
Text Example
Text Example
White with #38AC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AC9F; }
p { color: rgb(56,172,159); }
H1.HeaderClassName
{
color: #38AC9F;
}
.AnyTagClassName
{
color: #38AC9F;
}
</style>
background-color css
<style>
a { background-color: #38AC9F; }
a { background-color: rgb(56,172,159); }
div.DivClassName
{
background-color: #38AC9F;
}
.BgClassName
{
background-color: #38AC9F;
}
</style>
border-color css
<style>
span { border-color: #38AC9F; }
span { border-color: rgb(56,172,159); }
td.TdClassName
{
border-color: #38AC9F;
}
.TagClassName
{
border-color: #38AC9F;
}
</style>