#229980

Color #229980 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #229980

Tints of Niagara #229980

Color information

#229980 (or 0x229980) is unknown color: approx Niagara. HEX triplet: 22, 99 and 80. RGB value is (34,153,128). Sum of RGB (Red+Green+Blue) = 34+153+128=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #229980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229980 is #DD667F. Grayscale: #727272. Windows color (decimal): -14509696 or 8427810. OLE color: 8427810.

HSL color Cylindrical-coordinate representation of color #229980: hue angle of 167.39º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229980 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB34153128-
CMYK0.7800.160.4
HSL167.39º63.64%36.67%-
HSV(B)167.39º77.78%60%-
XYZ15.9524.6824.35-
YUV114.57135.5870.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 10.79%
GREEN value IS 153 (60.16% from 255) = 48.57%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=10.79%
G=48.57%
B=40.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal341531280.7800.160.4167.3963.6436.67
Hex2299804E01028a74025
Octal422312001160205024710045
Binary10001010011001100000001001110010000101000101001111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229980; }

 p { color: rgb(34,153,128); }

 H1.HeaderClassName
 {
   color: #229980;
 }
 .AnyTagClassName
 {
   color: #229980;
 }
</style>
background-color css

<style>
 a { background-color: #229980; }

 a { background-color: rgb(34,153,128); }

 div.DivClassName
 {
   background-color: #229980;
 }
 .BgClassName
 {
   background-color: #229980;
 }
</style>
border-color css

<style>
 span { border-color: #229980; }

 span { border-color: rgb(34,153,128); }

 td.TdClassName
 {
   border-color: #229980;
 }
 .TagClassName
 {
   border-color: #229980;
 }
</style>