Shades of Niagara #38B59A
Tints of Niagara #38B59A
RGB
CMYK
RGB Variations
Color information
#38B59A (or 0x38B59A) is known color: Niagara. HEX triplet: 38, B5 and 9A. RGB value is (56,181,154). Sum of RGB (Red+Green+Blue) = 56+181+154=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #38B59A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B59A is #C74A65. Grayscale: #8C8C8C. Windows color (decimal): -13060710 or 10138936. OLE color: 10138936.
HSL color Cylindrical-coordinate representation of color #38B59A: hue angle of 167.04º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B59A is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 181 | 154 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.29 |
| HSL | 167.04º | 0.53% | 0.46% | - |
| HSV(B) | 167.04º | 0.69% | 0.71% | - |
| XYZ | 23.99 | 36.22 | 36.3 | - |
| YUV | 140.55 | 135.59 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 181 | 154 | 0.69 | 0 | 0.15 | 0.29 | 167.04 | 0.53 | 0.46 |
| Hex | 38 | B5 | 9A | 45 | 0 | F | 1D | A7 | 35 | 2E |
| Octal | 70 | 265 | 232 | 105 | 0 | 17 | 35 | 247 | 65 | 56 |
| Binary | 111000 | 10110101 | 10011010 | 1000101 | 0 | 1111 | 11101 | 10100111 | 110101 | 101110 |
Color Harmonies of #38B59A
Complementary color
Monochromatic Colors of #38B59A
Black with #38B59A
Text Example
Text Example
White with #38B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B59A; }
p { color: rgb(56,181,154); }
H1.HeaderClassName
{
color: #38B59A;
}
.AnyTagClassName
{
color: #38B59A;
}
</style>
background-color css
<style>
a { background-color: #38B59A; }
a { background-color: rgb(56,181,154); }
div.DivClassName
{
background-color: #38B59A;
}
.BgClassName
{
background-color: #38B59A;
}
</style>
border-color css
<style>
span { border-color: #38B59A; }
span { border-color: rgb(56,181,154); }
td.TdClassName
{
border-color: #38B59A;
}
.TagClassName
{
border-color: #38B59A;
}
</style>