Shades of Niagara #309F8E
Tints of Niagara #309F8E
RGB
CMYK
RGB Variations
Color information
#309F8E (or 0x309F8E) is known color: Niagara. HEX triplet: 30, 9F and 8E. RGB value is (48,159,142). Sum of RGB (Red+Green+Blue) = 48+159+142=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 159 - color contains mainly: green. Hex color #309F8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309F8E is #CF6071. Grayscale: #7B7B7B. Windows color (decimal): -13590642 or 9346864. OLE color: 9346864.
HSL color Cylindrical-coordinate representation of color #309F8E: hue angle of 170.81º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309F8E is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 159 | 142 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.38 |
| HSL | 170.81º | 0.54% | 0.41% | - |
| HSV(B) | 170.81º | 0.7% | 0.62% | - |
| XYZ | 18.5 | 27.38 | 29.9 | - |
| YUV | 123.87 | 138.23 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 159 | 142 | 0.70 | 0 | 0.11 | 0.38 | 170.81 | 0.54 | 0.41 |
| Hex | 30 | 9F | 8E | 46 | 0 | B | 26 | AB | 36 | 29 |
| Octal | 60 | 237 | 216 | 106 | 0 | 13 | 46 | 253 | 66 | 51 |
| Binary | 110000 | 10011111 | 10001110 | 1000110 | 0 | 1011 | 100110 | 10101011 | 110110 | 101001 |
Color Harmonies of #309F8E
Complementary color
Monochromatic Colors of #309F8E
Black with #309F8E
Text Example
Text Example
White with #309F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309F8E; }
p { color: rgb(48,159,142); }
H1.HeaderClassName
{
color: #309F8E;
}
.AnyTagClassName
{
color: #309F8E;
}
</style>
background-color css
<style>
a { background-color: #309F8E; }
a { background-color: rgb(48,159,142); }
div.DivClassName
{
background-color: #309F8E;
}
.BgClassName
{
background-color: #309F8E;
}
</style>
border-color css
<style>
span { border-color: #309F8E; }
span { border-color: rgb(48,159,142); }
td.TdClassName
{
border-color: #309F8E;
}
.TagClassName
{
border-color: #309F8E;
}
</style>