#21D5B2

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

Shades of Shamrock #21D5B2

Tints of Shamrock #21D5B2

Color information

#21D5B2 (or 0x21D5B2) is unknown color: approx Shamrock. HEX triplet: 21, D5 and B2. RGB value is (33,213,178). Sum of RGB (Red+Green+Blue) = 33+213+178=424 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.78% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #21D5B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D5B2 is #DE2A4D. Grayscale: #9B9B9B. Windows color (decimal): -14559822 or 11719969. OLE color: 11719969.

HSL color Cylindrical-coordinate representation of color #21D5B2: hue angle of 168.33º 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 #21D5B2 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB33213178-
CMYK0.8500.160.16
HSL168.33º73.17%48.24%-
HSV(B)168.33º84.51%83.53%-
XYZ32.4651.1350.28-
YUV155.19140.8740.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.78%
GREEN value IS 213 (83.59% from 255) = 50.24%
BLUE value IS 178 (69.92% from 255) = 41.98%
R=7.78%
G=50.24%
B=41.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal332131780.8500.160.16168.3373.1748.24
Hex21D5B25501010a84930
Octal413252621250202025011160
Binary1000011101010110110010101010101000010000101010001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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