Shades of Niagara #38AB9A
Tints of Niagara #38AB9A
RGB
CMYK
RGB Variations
Color information
#38AB9A (or 0x38AB9A) is known color: Niagara. HEX triplet: 38, AB and 9A. RGB value is (56,171,154). Sum of RGB (Red+Green+Blue) = 56+171+154=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AB9A is #C75465. Grayscale: #868686. Windows color (decimal): -13063270 or 10136376. OLE color: 10136376.
HSL color Cylindrical-coordinate representation of color #38AB9A: hue angle of 171.13º 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 #38AB9A is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 171 | 154 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.33 |
| HSL | 171.13º | 0.51% | 0.45% | - |
| HSV(B) | 171.13º | 0.67% | 0.67% | - |
| XYZ | 22.03 | 32.3 | 35.65 | - |
| YUV | 134.68 | 138.9 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 171 | 154 | 0.67 | 0 | 0.10 | 0.33 | 171.13 | 0.51 | 0.45 |
| Hex | 38 | AB | 9A | 43 | 0 | A | 21 | AB | 33 | 2D |
| Octal | 70 | 253 | 232 | 103 | 0 | 12 | 41 | 253 | 63 | 55 |
| Binary | 111000 | 10101011 | 10011010 | 1000011 | 0 | 1010 | 100001 | 10101011 | 110011 | 101101 |
Color Harmonies of #38AB9A
Complementary color
Monochromatic Colors of #38AB9A
Black with #38AB9A
Text Example
Text Example
White with #38AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AB9A; }
p { color: rgb(56,171,154); }
H1.HeaderClassName
{
color: #38AB9A;
}
.AnyTagClassName
{
color: #38AB9A;
}
</style>
background-color css
<style>
a { background-color: #38AB9A; }
a { background-color: rgb(56,171,154); }
div.DivClassName
{
background-color: #38AB9A;
}
.BgClassName
{
background-color: #38AB9A;
}
</style>
border-color css
<style>
span { border-color: #38AB9A; }
span { border-color: rgb(56,171,154); }
td.TdClassName
{
border-color: #38AB9A;
}
.TagClassName
{
border-color: #38AB9A;
}
</style>