Shades of Niagara #38A99B
Tints of Niagara #38A99B
RGB
CMYK
RGB Variations
Color information
#38A99B (or 0x38A99B) is known color: Niagara. HEX triplet: 38, A9 and 9B. RGB value is (56,169,155). Sum of RGB (Red+Green+Blue) = 56+169+155=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 169 - color contains mainly: green. Hex color #38A99B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A99B is #C75664. Grayscale: #858585. Windows color (decimal): -13063781 or 10201400. OLE color: 10201400.
HSL color Cylindrical-coordinate representation of color #38A99B: hue angle of 172.57º 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 #38A99B is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 169 | 155 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.34 |
| HSL | 172.57º | 0.5% | 0.44% | - |
| HSV(B) | 172.57º | 0.67% | 0.66% | - |
| XYZ | 21.74 | 31.58 | 35.96 | - |
| YUV | 133.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 169 | 155 | 0.67 | 0 | 0.08 | 0.34 | 172.57 | 0.5 | 0.44 |
| Hex | 38 | A9 | 9B | 43 | 0 | 8 | 22 | AD | 32 | 2C |
| Octal | 70 | 251 | 233 | 103 | 0 | 10 | 42 | 255 | 62 | 54 |
| Binary | 111000 | 10101001 | 10011011 | 1000011 | 0 | 1000 | 100010 | 10101101 | 110010 | 101100 |
Color Harmonies of #38A99B
Complementary color
Monochromatic Colors of #38A99B
Black with #38A99B
Text Example
Text Example
White with #38A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A99B; }
p { color: rgb(56,169,155); }
H1.HeaderClassName
{
color: #38A99B;
}
.AnyTagClassName
{
color: #38A99B;
}
</style>
background-color css
<style>
a { background-color: #38A99B; }
a { background-color: rgb(56,169,155); }
div.DivClassName
{
background-color: #38A99B;
}
.BgClassName
{
background-color: #38A99B;
}
</style>
border-color css
<style>
span { border-color: #38A99B; }
span { border-color: rgb(56,169,155); }
td.TdClassName
{
border-color: #38A99B;
}
.TagClassName
{
border-color: #38A99B;
}
</style>