Shades of Niagara #30A68E
Tints of Niagara #30A68E
RGB
CMYK
RGB Variations
Color information
#30A68E (or 0x30A68E) is known color: Niagara. HEX triplet: 30, A6 and 8E. RGB value is (48,166,142). Sum of RGB (Red+Green+Blue) = 48+166+142=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #30A68E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A68E is #CF5971. Grayscale: #7F7F7F. Windows color (decimal): -13588850 or 9348656. OLE color: 9348656.
HSL color Cylindrical-coordinate representation of color #30A68E: hue angle of 167.8º 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 #30A68E is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 166 | 142 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.35 |
| HSL | 167.8º | 0.55% | 0.42% | - |
| HSV(B) | 167.8º | 0.71% | 0.65% | - |
| XYZ | 19.74 | 29.85 | 30.31 | - |
| YUV | 127.98 | 135.91 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 166 | 142 | 0.71 | 0 | 0.14 | 0.35 | 167.8 | 0.55 | 0.42 |
| Hex | 30 | A6 | 8E | 47 | 0 | E | 23 | A8 | 37 | 2A |
| Octal | 60 | 246 | 216 | 107 | 0 | 16 | 43 | 250 | 67 | 52 |
| Binary | 110000 | 10100110 | 10001110 | 1000111 | 0 | 1110 | 100011 | 10101000 | 110111 | 101010 |
Color Harmonies of #30A68E
Complementary color
Monochromatic Colors of #30A68E
Black with #30A68E
Text Example
Text Example
White with #30A68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A68E; }
p { color: rgb(48,166,142); }
H1.HeaderClassName
{
color: #30A68E;
}
.AnyTagClassName
{
color: #30A68E;
}
</style>
background-color css
<style>
a { background-color: #30A68E; }
a { background-color: rgb(48,166,142); }
div.DivClassName
{
background-color: #30A68E;
}
.BgClassName
{
background-color: #30A68E;
}
</style>
border-color css
<style>
span { border-color: #30A68E; }
span { border-color: rgb(48,166,142); }
td.TdClassName
{
border-color: #30A68E;
}
.TagClassName
{
border-color: #30A68E;
}
</style>