Shades of Niagara #38B594
Tints of Niagara #38B594
RGB
CMYK
RGB Variations
Color information
#38B594 (or 0x38B594) is known color: Niagara. HEX triplet: 38, B5 and 94. RGB value is (56,181,148). Sum of RGB (Red+Green+Blue) = 56+181+148=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #38B594 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B594 is #C74A6B. Grayscale: #8B8B8B. Windows color (decimal): -13060716 or 9745720. OLE color: 9745720.
HSL color Cylindrical-coordinate representation of color #38B594: hue angle of 164.16º 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 #38B594 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 181 | 148 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.29 |
| HSL | 164.16º | 0.53% | 0.46% | - |
| HSV(B) | 164.16º | 0.69% | 0.71% | - |
| XYZ | 23.5 | 36.03 | 33.73 | - |
| YUV | 139.86 | 132.59 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 181 | 148 | 0.69 | 0 | 0.18 | 0.29 | 164.16 | 0.53 | 0.46 |
| Hex | 38 | B5 | 94 | 45 | 0 | 12 | 1D | A4 | 35 | 2E |
| Octal | 70 | 265 | 224 | 105 | 0 | 22 | 35 | 244 | 65 | 56 |
| Binary | 111000 | 10110101 | 10010100 | 1000101 | 0 | 10010 | 11101 | 10100100 | 110101 | 101110 |
Color Harmonies of #38B594
Complementary color
Monochromatic Colors of #38B594
Black with #38B594
Text Example
Text Example
White with #38B594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B594; }
p { color: rgb(56,181,148); }
H1.HeaderClassName
{
color: #38B594;
}
.AnyTagClassName
{
color: #38B594;
}
</style>
background-color css
<style>
a { background-color: #38B594; }
a { background-color: rgb(56,181,148); }
div.DivClassName
{
background-color: #38B594;
}
.BgClassName
{
background-color: #38B594;
}
</style>
border-color css
<style>
span { border-color: #38B594; }
span { border-color: rgb(56,181,148); }
td.TdClassName
{
border-color: #38B594;
}
.TagClassName
{
border-color: #38B594;
}
</style>