#21d3ae

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

Shades of Shamrock #21D3AE

Tints of Shamrock #21D3AE

Color information

#21D3AE (or 0x21D3AE) is unknown color: approx Shamrock. HEX triplet: 21, D3 and AE. RGB value is (33,211,174). Sum of RGB (Red+Green+Blue) = 33+211+174=418 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.89% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #21D3AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D3AE is #DE2C51. Grayscale: #999999. Windows color (decimal): -14560338 or 11457313. OLE color: 11457313.

HSL color Cylindrical-coordinate representation of color #21D3AE: hue angle of 167.53º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D3AE is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB33211174-
CMYK0.8400.180.17
HSL167.53º72.95%47.84%-
HSV(B)167.53º84.36%82.75%-
XYZ31.5649.9748.03-
YUV153.56139.5342.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.89%
GREEN value IS 211 (82.81% from 255) = 50.48%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=7.89%
G=50.48%
B=41.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal332111740.8400.180.17167.5372.9547.84
Hex21D3AE5401211a84930
Octal413232561240222125011160
Binary1000011101001110101110101010001001010001101010001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21d3ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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