#21B18D

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

Shades of Niagara #21B18D

Tints of Niagara #21B18D

Color information

#21B18D (or 0x21B18D) is unknown color: approx Niagara. HEX triplet: 21, B1 and 8D. RGB value is (33,177,141). Sum of RGB (Red+Green+Blue) = 33+177+141=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #21B18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B18D is #DE4E72. Grayscale: #818181. Windows color (decimal): -14569075 or 9285921. OLE color: 9285921.

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

Color convert

RGB33177141-
CMYK0.8100.200.31
HSL165º68.57%41.18%-
HSV(B)165º81.36%69.41%-
XYZ21.1633.6930.59-
YUV129.84134.2958.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.40%
GREEN value IS 177 (69.53% from 255) = 50.43%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=9.40%
G=50.43%
B=40.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal331771410.8100.200.3116568.5741.18
Hex21B18D510141Fa54529
Octal412612151210243724510551
Binary1000011011000110001101101000101010011111101001011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,177,141); }

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

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

 a { background-color: rgb(33,177,141); }

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

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

 span { border-color: rgb(33,177,141); }

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