Shades of Niagara #239480
Tints of Niagara #239480
RGB
CMYK
RGB Variations
Color information
#239480 (or 0x239480) is known color: Niagara. HEX triplet: 23, 94 and 80. RGB value is (35,148,128). Sum of RGB (Red+Green+Blue) = 35+148+128=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #239480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239480 is #DC6B7F. Grayscale: #6F6F6F. Windows color (decimal): -14445440 or 8426531. OLE color: 8426531.
HSL color Cylindrical-coordinate representation of color #239480: hue angle of 169.38º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239480 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 128 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.42 |
| HSL | 169.38º | 0.62% | 0.36% | - |
| HSV(B) | 169.38º | 0.76% | 0.58% | - |
| XYZ | 15.18 | 23.1 | 24.08 | - |
| YUV | 111.93 | 137.06 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 128 | 0.76 | 0 | 0.14 | 0.42 | 169.38 | 0.62 | 0.36 |
| Hex | 23 | 94 | 80 | 4C | 0 | E | 2A | A9 | 3E | 24 |
| Octal | 43 | 224 | 200 | 114 | 0 | 16 | 52 | 251 | 76 | 44 |
| Binary | 100011 | 10010100 | 10000000 | 1001100 | 0 | 1110 | 101010 | 10101001 | 111110 | 100100 |
Color Harmonies of #239480
Complementary color
Monochromatic Colors of #239480
Black with #239480
Text Example
Text Example
White with #239480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239480; }
p { color: rgb(35,148,128); }
H1.HeaderClassName
{
color: #239480;
}
.AnyTagClassName
{
color: #239480;
}
</style>
background-color css
<style>
a { background-color: #239480; }
a { background-color: rgb(35,148,128); }
div.DivClassName
{
background-color: #239480;
}
.BgClassName
{
background-color: #239480;
}
</style>
border-color css
<style>
span { border-color: #239480; }
span { border-color: rgb(35,148,128); }
td.TdClassName
{
border-color: #239480;
}
.TagClassName
{
border-color: #239480;
}
</style>