Shades of Niagara #38B398
Tints of Niagara #38B398
RGB
CMYK
RGB Variations
Color information
#38B398 (or 0x38B398) is known color: Niagara. HEX triplet: 38, B3 and 98. RGB value is (56,179,152). Sum of RGB (Red+Green+Blue) = 56+179+152=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #38B398 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B398 is #C74C67. Grayscale: #8B8B8B. Windows color (decimal): -13061224 or 10007352. OLE color: 10007352.
HSL color Cylindrical-coordinate representation of color #38B398: hue angle of 166.83º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B398 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 179 | 152 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.30 |
| HSL | 166.83º | 0.52% | 0.46% | - |
| HSV(B) | 166.83º | 0.69% | 0.7% | - |
| XYZ | 23.42 | 35.35 | 35.29 | - |
| YUV | 139.15 | 135.25 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 179 | 152 | 0.69 | 0 | 0.15 | 0.30 | 166.83 | 0.52 | 0.46 |
| Hex | 38 | B3 | 98 | 45 | 0 | F | 1E | A7 | 34 | 2E |
| Octal | 70 | 263 | 230 | 105 | 0 | 17 | 36 | 247 | 64 | 56 |
| Binary | 111000 | 10110011 | 10011000 | 1000101 | 0 | 1111 | 11110 | 10100111 | 110100 | 101110 |
Color Harmonies of #38B398
Complementary color
Monochromatic Colors of #38B398
Black with #38B398
Text Example
Text Example
White with #38B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B398; }
p { color: rgb(56,179,152); }
H1.HeaderClassName
{
color: #38B398;
}
.AnyTagClassName
{
color: #38B398;
}
</style>
background-color css
<style>
a { background-color: #38B398; }
a { background-color: rgb(56,179,152); }
div.DivClassName
{
background-color: #38B398;
}
.BgClassName
{
background-color: #38B398;
}
</style>
border-color css
<style>
span { border-color: #38B398; }
span { border-color: rgb(56,179,152); }
td.TdClassName
{
border-color: #38B398;
}
.TagClassName
{
border-color: #38B398;
}
</style>