Shades of Niagara #30A99C
Tints of Niagara #30A99C
RGB
CMYK
RGB Variations
Color information
#30A99C (or 0x30A99C) is known color: Niagara. HEX triplet: 30, A9 and 9C. RGB value is (48,169,156). Sum of RGB (Red+Green+Blue) = 48+169+156=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 169 - color contains mainly: green. Hex color #30A99C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A99C is #CF5663. Grayscale: #838383. Windows color (decimal): -13588068 or 10266928. OLE color: 10266928.
HSL color Cylindrical-coordinate representation of color #30A99C: hue angle of 173.55º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A99C is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 169 | 156 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.34 |
| HSL | 173.55º | 0.56% | 0.43% | - |
| HSV(B) | 173.55º | 0.72% | 0.66% | - |
| XYZ | 21.41 | 31.4 | 36.39 | - |
| YUV | 131.34 | 141.91 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 169 | 156 | 0.72 | 0 | 0.08 | 0.34 | 173.55 | 0.56 | 0.43 |
| Hex | 30 | A9 | 9C | 48 | 0 | 8 | 22 | AE | 38 | 2B |
| Octal | 60 | 251 | 234 | 110 | 0 | 10 | 42 | 256 | 70 | 53 |
| Binary | 110000 | 10101001 | 10011100 | 1001000 | 0 | 1000 | 100010 | 10101110 | 111000 | 101011 |
Color Harmonies of #30A99C
Complementary color
Monochromatic Colors of #30A99C
Black with #30A99C
Text Example
Text Example
White with #30A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A99C; }
p { color: rgb(48,169,156); }
H1.HeaderClassName
{
color: #30A99C;
}
.AnyTagClassName
{
color: #30A99C;
}
</style>
background-color css
<style>
a { background-color: #30A99C; }
a { background-color: rgb(48,169,156); }
div.DivClassName
{
background-color: #30A99C;
}
.BgClassName
{
background-color: #30A99C;
}
</style>
border-color css
<style>
span { border-color: #30A99C; }
span { border-color: rgb(48,169,156); }
td.TdClassName
{
border-color: #30A99C;
}
.TagClassName
{
border-color: #30A99C;
}
</style>