#21B290

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

Shades of Niagara #21B290

Tints of Niagara #21B290

Color information

#21B290 (or 0x21B290) is unknown color: approx Niagara. HEX triplet: 21, B2 and 90. RGB value is (33,178,144). Sum of RGB (Red+Green+Blue) = 33+178+144=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #21B290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B290 is #DE4D6F. Grayscale: #828282. Windows color (decimal): -14568816 or 9482785. OLE color: 9482785.

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

Color convert

RGB33178144-
CMYK0.8100.190.30
HSL165.93º68.72%41.37%-
HSV(B)165.93º81.46%69.8%-
XYZ21.5834.1831.85-
YUV130.77135.4658.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.30%
GREEN value IS 178 (69.92% from 255) = 50.14%
BLUE value IS 144 (56.64% from 255) = 40.56%
R=9.30%
G=50.14%
B=40.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal331781440.8100.190.30165.9368.7241.37
Hex21B290510131Ea64529
Octal412622201210233624610551
Binary1000011011001010010000101000101001111110101001101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,178,144); }

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

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

 a { background-color: rgb(33,178,144); }

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

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

 span { border-color: rgb(33,178,144); }

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