Shades of Niagara #30AB8F
Tints of Niagara #30AB8F
RGB
CMYK
RGB Variations
Color information
#30AB8F (or 0x30AB8F) is known color: Niagara. HEX triplet: 30, AB and 8F. RGB value is (48,171,143). Sum of RGB (Red+Green+Blue) = 48+171+143=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AB8F is #CF5470. Grayscale: #838383. Windows color (decimal): -13587569 or 9415472. OLE color: 9415472.
HSL color Cylindrical-coordinate representation of color #30AB8F: hue angle of 166.34º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AB8F is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 171 | 143 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.33 |
| HSL | 166.34º | 0.56% | 0.43% | - |
| HSV(B) | 166.34º | 0.72% | 0.67% | - |
| XYZ | 20.74 | 31.74 | 31.02 | - |
| YUV | 131.03 | 134.75 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 143 | 0.72 | 0 | 0.16 | 0.33 | 166.34 | 0.56 | 0.43 |
| Hex | 30 | AB | 8F | 48 | 0 | 10 | 21 | A6 | 38 | 2B |
| Octal | 60 | 253 | 217 | 110 | 0 | 20 | 41 | 246 | 70 | 53 |
| Binary | 110000 | 10101011 | 10001111 | 1001000 | 0 | 10000 | 100001 | 10100110 | 111000 | 101011 |
Color Harmonies of #30AB8F
Complementary color
Monochromatic Colors of #30AB8F
Black with #30AB8F
Text Example
Text Example
White with #30AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AB8F; }
p { color: rgb(48,171,143); }
H1.HeaderClassName
{
color: #30AB8F;
}
.AnyTagClassName
{
color: #30AB8F;
}
</style>
background-color css
<style>
a { background-color: #30AB8F; }
a { background-color: rgb(48,171,143); }
div.DivClassName
{
background-color: #30AB8F;
}
.BgClassName
{
background-color: #30AB8F;
}
</style>
border-color css
<style>
span { border-color: #30AB8F; }
span { border-color: rgb(48,171,143); }
td.TdClassName
{
border-color: #30AB8F;
}
.TagClassName
{
border-color: #30AB8F;
}
</style>