#21B392

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

Shades of Niagara #21B392

Tints of Niagara #21B392

Color information

#21B392 (or 0x21B392) is unknown color: approx Niagara. HEX triplet: 21, B3 and 92. RGB value is (33,179,146). Sum of RGB (Red+Green+Blue) = 33+179+146=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #21B392 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B392 is #DE4C6D. Grayscale: #838383. Windows color (decimal): -14568558 or 9614113. OLE color: 9614113.

HSL color Cylindrical-coordinate representation of color #21B392: hue angle of 166.44º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B392 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB33179146-
CMYK0.8200.180.30
HSL166.44º68.87%41.57%-
HSV(B)166.44º81.56%70.2%-
XYZ21.9434.6432.72-
YUV131.58136.1357.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.22%
GREEN value IS 179 (70.31% from 255) = 50%
BLUE value IS 146 (57.42% from 255) = 40.78%
R=9.22%
G=50%
B=40.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal331791460.8200.180.30166.4468.8741.57
Hex21B392520121Ea6452a
Octal412632221220223624610552
Binary1000011011001110010010101001001001011110101001101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21B392; }

 p { color: rgb(33,179,146); }

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

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

 a { background-color: rgb(33,179,146); }

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

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

 span { border-color: rgb(33,179,146); }

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