Shades of Niagara #38AB99
Tints of Niagara #38AB99
RGB
CMYK
RGB Variations
Color information
#38AB99 (or 0x38AB99) is known color: Niagara. HEX triplet: 38, AB and 99. RGB value is (56,171,153). Sum of RGB (Red+Green+Blue) = 56+171+153=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AB99 is #C75466. Grayscale: #868686. Windows color (decimal): -13063271 or 10070840. OLE color: 10070840.
HSL color Cylindrical-coordinate representation of color #38AB99: hue angle of 170.61º 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 #38AB99 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 171 | 153 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.33 |
| HSL | 170.61º | 0.51% | 0.45% | - |
| HSV(B) | 170.61º | 0.67% | 0.67% | - |
| XYZ | 21.94 | 32.27 | 35.21 | - |
| YUV | 134.56 | 138.4 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 171 | 153 | 0.67 | 0 | 0.11 | 0.33 | 170.61 | 0.51 | 0.45 |
| Hex | 38 | AB | 99 | 43 | 0 | B | 21 | AB | 33 | 2D |
| Octal | 70 | 253 | 231 | 103 | 0 | 13 | 41 | 253 | 63 | 55 |
| Binary | 111000 | 10101011 | 10011001 | 1000011 | 0 | 1011 | 100001 | 10101011 | 110011 | 101101 |
Color Harmonies of #38AB99
Complementary color
Monochromatic Colors of #38AB99
Black with #38AB99
Text Example
Text Example
White with #38AB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AB99; }
p { color: rgb(56,171,153); }
H1.HeaderClassName
{
color: #38AB99;
}
.AnyTagClassName
{
color: #38AB99;
}
</style>
background-color css
<style>
a { background-color: #38AB99; }
a { background-color: rgb(56,171,153); }
div.DivClassName
{
background-color: #38AB99;
}
.BgClassName
{
background-color: #38AB99;
}
</style>
border-color css
<style>
span { border-color: #38AB99; }
span { border-color: rgb(56,171,153); }
td.TdClassName
{
border-color: #38AB99;
}
.TagClassName
{
border-color: #38AB99;
}
</style>