Shades of Niagara #38AF9C
Tints of Niagara #38AF9C
RGB
CMYK
RGB Variations
Color information
#38AF9C (or 0x38AF9C) is known color: Niagara. HEX triplet: 38, AF and 9C. RGB value is (56,175,156). Sum of RGB (Red+Green+Blue) = 56+175+156=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AF9C is #C75063. Grayscale: #898989. Windows color (decimal): -13062244 or 10268472. OLE color: 10268472.
HSL color Cylindrical-coordinate representation of color #38AF9C: hue angle of 170.42º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AF9C is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 175 | 156 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.31 |
| HSL | 170.42º | 0.52% | 0.45% | - |
| HSV(B) | 170.42º | 0.68% | 0.69% | - |
| XYZ | 22.96 | 33.9 | 36.79 | - |
| YUV | 137.25 | 138.58 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 175 | 156 | 0.68 | 0 | 0.11 | 0.31 | 170.42 | 0.52 | 0.45 |
| Hex | 38 | AF | 9C | 44 | 0 | B | 1F | AA | 34 | 2D |
| Octal | 70 | 257 | 234 | 104 | 0 | 13 | 37 | 252 | 64 | 55 |
| Binary | 111000 | 10101111 | 10011100 | 1000100 | 0 | 1011 | 11111 | 10101010 | 110100 | 101101 |
Color Harmonies of #38AF9C
Complementary color
Monochromatic Colors of #38AF9C
Black with #38AF9C
Text Example
Text Example
White with #38AF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AF9C; }
p { color: rgb(56,175,156); }
H1.HeaderClassName
{
color: #38AF9C;
}
.AnyTagClassName
{
color: #38AF9C;
}
</style>
background-color css
<style>
a { background-color: #38AF9C; }
a { background-color: rgb(56,175,156); }
div.DivClassName
{
background-color: #38AF9C;
}
.BgClassName
{
background-color: #38AF9C;
}
</style>
border-color css
<style>
span { border-color: #38AF9C; }
span { border-color: rgb(56,175,156); }
td.TdClassName
{
border-color: #38AF9C;
}
.TagClassName
{
border-color: #38AF9C;
}
</style>