#21D6AB

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

Shades of Shamrock #21D6AB

Tints of Shamrock #21D6AB

Color information

#21D6AB (or 0x21D6AB) is unknown color: approx Shamrock. HEX triplet: 21, D6 and AB. RGB value is (33,214,171). Sum of RGB (Red+Green+Blue) = 33+214+171=418 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.89% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #21D6AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D6AB is #DE2954. Grayscale: #9A9A9A. Windows color (decimal): -14559573 or 11261473. OLE color: 11261473.

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

Color convert

RGB33214171-
CMYK0.8500.200.16
HSL165.75º73.28%48.43%-
HSV(B)165.75º84.58%83.92%-
XYZ32.0251.3646.75-
YUV154.98137.0341-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.89%
GREEN value IS 214 (83.98% from 255) = 51.20%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=7.89%
G=51.20%
B=40.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal332141710.8500.200.16165.7573.2848.43
Hex21D6AB5501410a64930
Octal413262531250242024611160
Binary1000011101011010101011101010101010010000101001101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,214,171); }

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

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

 a { background-color: rgb(33,214,171); }

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

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

 span { border-color: rgb(33,214,171); }

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