Shades of Niagara #30A48B
Tints of Niagara #30A48B
RGB
CMYK
RGB Variations
Color information
#30A48B (or 0x30A48B) is known color: Niagara. HEX triplet: 30, A4 and 8B. RGB value is (48,164,139). Sum of RGB (Red+Green+Blue) = 48+164+139=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #30A48B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A48B is #CF5B74. Grayscale: #7E7E7E. Windows color (decimal): -13589365 or 9151536. OLE color: 9151536.
HSL color Cylindrical-coordinate representation of color #30A48B: hue angle of 167.07º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A48B is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 164 | 139 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.36 |
| HSL | 167.07º | 0.55% | 0.42% | - |
| HSV(B) | 167.07º | 0.71% | 0.64% | - |
| XYZ | 19.15 | 29.04 | 29.02 | - |
| YUV | 126.47 | 135.07 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 164 | 139 | 0.71 | 0 | 0.15 | 0.36 | 167.07 | 0.55 | 0.42 |
| Hex | 30 | A4 | 8B | 47 | 0 | F | 24 | A7 | 37 | 2A |
| Octal | 60 | 244 | 213 | 107 | 0 | 17 | 44 | 247 | 67 | 52 |
| Binary | 110000 | 10100100 | 10001011 | 1000111 | 0 | 1111 | 100100 | 10100111 | 110111 | 101010 |
Color Harmonies of #30A48B
Complementary color
Monochromatic Colors of #30A48B
Black with #30A48B
Text Example
Text Example
White with #30A48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A48B; }
p { color: rgb(48,164,139); }
H1.HeaderClassName
{
color: #30A48B;
}
.AnyTagClassName
{
color: #30A48B;
}
</style>
background-color css
<style>
a { background-color: #30A48B; }
a { background-color: rgb(48,164,139); }
div.DivClassName
{
background-color: #30A48B;
}
.BgClassName
{
background-color: #30A48B;
}
</style>
border-color css
<style>
span { border-color: #30A48B; }
span { border-color: rgb(48,164,139); }
td.TdClassName
{
border-color: #30A48B;
}
.TagClassName
{
border-color: #30A48B;
}
</style>