Shades of Niagara #229F8F
Tints of Niagara #229F8F
RGB
CMYK
RGB Variations
Color information
#229F8F (or 0x229F8F) is known color: Niagara. HEX triplet: 22, 9F and 8F. RGB value is (34,159,143). Sum of RGB (Red+Green+Blue) = 34+159+143=336 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.12% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #229F8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229F8F is #DD6070. Grayscale: #777777. Windows color (decimal): -14508145 or 9412386. OLE color: 9412386.
HSL color Cylindrical-coordinate representation of color #229F8F: hue angle of 172.32º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229F8F is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 159 | 143 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.38 |
| HSL | 172.32º | 0.65% | 0.38% | - |
| HSV(B) | 172.32º | 0.79% | 0.62% | - |
| XYZ | 18.02 | 27.12 | 30.27 | - |
| YUV | 119.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 143 | 0.79 | 0 | 0.10 | 0.38 | 172.32 | 0.65 | 0.38 |
| Hex | 22 | 9F | 8F | 4F | 0 | A | 26 | AC | 41 | 26 |
| Octal | 42 | 237 | 217 | 117 | 0 | 12 | 46 | 254 | 101 | 46 |
| Binary | 100010 | 10011111 | 10001111 | 1001111 | 0 | 1010 | 100110 | 10101100 | 1000001 | 100110 |
Color Harmonies of #229F8F
Complementary color
Monochromatic Colors of #229F8F
Black with #229F8F
Text Example
Text Example
White with #229F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229F8F; }
p { color: rgb(34,159,143); }
H1.HeaderClassName
{
color: #229F8F;
}
.AnyTagClassName
{
color: #229F8F;
}
</style>
background-color css
<style>
a { background-color: #229F8F; }
a { background-color: rgb(34,159,143); }
div.DivClassName
{
background-color: #229F8F;
}
.BgClassName
{
background-color: #229F8F;
}
</style>
border-color css
<style>
span { border-color: #229F8F; }
span { border-color: rgb(34,159,143); }
td.TdClassName
{
border-color: #229F8F;
}
.TagClassName
{
border-color: #229F8F;
}
</style>