#219C84

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

Shades of Niagara #219C84

Tints of Niagara #219C84

Color information

#219C84 (or 0x219C84) is unknown color: approx Niagara. HEX triplet: 21, 9C and 84. RGB value is (33,156,132). Sum of RGB (Red+Green+Blue) = 33+156+132=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #219C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219C84 is #DE637B. Grayscale: #747474. Windows color (decimal): -14574460 or 8690721. OLE color: 8690721.

HSL color Cylindrical-coordinate representation of color #219C84: hue angle of 168.29º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219C84 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB33156132-
CMYK0.7900.150.39
HSL168.29º65.08%37.06%-
HSV(B)168.29º78.85%61.18%-
XYZ16.6825.7725.92-
YUV116.49136.7568.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.28%
GREEN value IS 156 (61.33% from 255) = 48.60%
BLUE value IS 132 (51.95% from 255) = 41.12%
R=10.28%
G=48.60%
B=41.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331561320.7900.150.39168.2965.0837.06
Hex219C844F0F27a84125
Octal412342041170174725010145
Binary1000011001110010000100100111101111100111101010001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219C84; }

 p { color: rgb(33,156,132); }

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

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

 a { background-color: rgb(33,156,132); }

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

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

 span { border-color: rgb(33,156,132); }

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