Shades of Niagara #30A68D
Tints of Niagara #30A68D
RGB
CMYK
RGB Variations
Color information
#30A68D (or 0x30A68D) is known color: Niagara. HEX triplet: 30, A6 and 8D. RGB value is (48,166,141). Sum of RGB (Red+Green+Blue) = 48+166+141=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #30A68D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A68D is #CF5972. Grayscale: #7F7F7F. Windows color (decimal): -13588851 or 9283120. OLE color: 9283120.
HSL color Cylindrical-coordinate representation of color #30A68D: hue angle of 167.29º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A68D is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 166 | 141 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.35 |
| HSL | 167.29º | 0.55% | 0.42% | - |
| HSV(B) | 167.29º | 0.71% | 0.65% | - |
| XYZ | 19.66 | 29.82 | 29.92 | - |
| YUV | 127.87 | 135.41 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 166 | 141 | 0.71 | 0 | 0.15 | 0.35 | 167.29 | 0.55 | 0.42 |
| Hex | 30 | A6 | 8D | 47 | 0 | F | 23 | A7 | 37 | 2A |
| Octal | 60 | 246 | 215 | 107 | 0 | 17 | 43 | 247 | 67 | 52 |
| Binary | 110000 | 10100110 | 10001101 | 1000111 | 0 | 1111 | 100011 | 10100111 | 110111 | 101010 |
Color Harmonies of #30A68D
Complementary color
Monochromatic Colors of #30A68D
Black with #30A68D
Text Example
Text Example
White with #30A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A68D; }
p { color: rgb(48,166,141); }
H1.HeaderClassName
{
color: #30A68D;
}
.AnyTagClassName
{
color: #30A68D;
}
</style>
background-color css
<style>
a { background-color: #30A68D; }
a { background-color: rgb(48,166,141); }
div.DivClassName
{
background-color: #30A68D;
}
.BgClassName
{
background-color: #30A68D;
}
</style>
border-color css
<style>
span { border-color: #30A68D; }
span { border-color: rgb(48,166,141); }
td.TdClassName
{
border-color: #30A68D;
}
.TagClassName
{
border-color: #30A68D;
}
</style>