Shades of Niagara #38A99D
Tints of Niagara #38A99D
RGB
CMYK
RGB Variations
Color information
#38A99D (or 0x38A99D) is known color: Niagara. HEX triplet: 38, A9 and 9D. RGB value is (56,169,157). Sum of RGB (Red+Green+Blue) = 56+169+157=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #38A99D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A99D is #C75662. Grayscale: #858585. Windows color (decimal): -13063779 or 10332472. OLE color: 10332472.
HSL color Cylindrical-coordinate representation of color #38A99D: hue angle of 173.63º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A99D is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 169 | 157 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.34 |
| HSL | 173.63º | 0.5% | 0.44% | - |
| HSV(B) | 173.63º | 0.67% | 0.66% | - |
| XYZ | 21.9 | 31.65 | 36.85 | - |
| YUV | 133.85 | 141.06 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 169 | 157 | 0.67 | 0 | 0.07 | 0.34 | 173.63 | 0.5 | 0.44 |
| Hex | 38 | A9 | 9D | 43 | 0 | 7 | 22 | AE | 32 | 2C |
| Octal | 70 | 251 | 235 | 103 | 0 | 7 | 42 | 256 | 62 | 54 |
| Binary | 111000 | 10101001 | 10011101 | 1000011 | 0 | 111 | 100010 | 10101110 | 110010 | 101100 |
Color Harmonies of #38A99D
Complementary color
Monochromatic Colors of #38A99D
Black with #38A99D
Text Example
Text Example
White with #38A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A99D; }
p { color: rgb(56,169,157); }
H1.HeaderClassName
{
color: #38A99D;
}
.AnyTagClassName
{
color: #38A99D;
}
</style>
background-color css
<style>
a { background-color: #38A99D; }
a { background-color: rgb(56,169,157); }
div.DivClassName
{
background-color: #38A99D;
}
.BgClassName
{
background-color: #38A99D;
}
</style>
border-color css
<style>
span { border-color: #38A99D; }
span { border-color: rgb(56,169,157); }
td.TdClassName
{
border-color: #38A99D;
}
.TagClassName
{
border-color: #38A99D;
}
</style>