Shades of Niagara #30A68F
Tints of Niagara #30A68F
RGB
CMYK
RGB Variations
Color information
#30A68F (or 0x30A68F) is known color: Niagara. HEX triplet: 30, A6 and 8F. RGB value is (48,166,143). Sum of RGB (Red+Green+Blue) = 48+166+143=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 166 - color contains mainly: green. Hex color #30A68F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A68F is #CF5970. Grayscale: #808080. Windows color (decimal): -13588849 or 9414192. OLE color: 9414192.
HSL color Cylindrical-coordinate representation of color #30A68F: hue angle of 168.31º 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 #30A68F is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 166 | 143 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.35 |
| HSL | 168.31º | 0.55% | 0.42% | - |
| HSV(B) | 168.31º | 0.71% | 0.65% | - |
| XYZ | 19.81 | 29.88 | 30.71 | - |
| YUV | 128.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 166 | 143 | 0.71 | 0 | 0.14 | 0.35 | 168.31 | 0.55 | 0.42 |
| Hex | 30 | A6 | 8F | 47 | 0 | E | 23 | A8 | 37 | 2A |
| Octal | 60 | 246 | 217 | 107 | 0 | 16 | 43 | 250 | 67 | 52 |
| Binary | 110000 | 10100110 | 10001111 | 1000111 | 0 | 1110 | 100011 | 10101000 | 110111 | 101010 |
Color Harmonies of #30A68F
Complementary color
Monochromatic Colors of #30A68F
Black with #30A68F
Text Example
Text Example
White with #30A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A68F; }
p { color: rgb(48,166,143); }
H1.HeaderClassName
{
color: #30A68F;
}
.AnyTagClassName
{
color: #30A68F;
}
</style>
background-color css
<style>
a { background-color: #30A68F; }
a { background-color: rgb(48,166,143); }
div.DivClassName
{
background-color: #30A68F;
}
.BgClassName
{
background-color: #30A68F;
}
</style>
border-color css
<style>
span { border-color: #30A68F; }
span { border-color: rgb(48,166,143); }
td.TdClassName
{
border-color: #30A68F;
}
.TagClassName
{
border-color: #30A68F;
}
</style>