#21AE8D

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

Shades of Niagara #21AE8D

Tints of Niagara #21AE8D

Color information

#21AE8D (or 0x21AE8D) is unknown color: approx Niagara. HEX triplet: 21, AE and 8D. RGB value is (33,174,141). Sum of RGB (Red+Green+Blue) = 33+174+141=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #21AE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AE8D is #DE5172. Grayscale: #808080. Windows color (decimal): -14569843 or 9285153. OLE color: 9285153.

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

Color convert

RGB33174141-
CMYK0.8100.190.32
HSL165.96º68.12%40.59%-
HSV(B)165.96º81.03%68.24%-
XYZ20.5732.5230.39-
YUV128.08135.2960.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.48%
GREEN value IS 174 (68.36% from 255) = 50%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=9.48%
G=50%
B=40.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331741410.8100.190.32165.9668.1240.59
Hex21AE8D5101320a64429
Octal412562151210234024610451
Binary10000110101110100011011010001010011100000101001101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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