#21C59B

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

Shades of Shamrock #21C59B

Tints of Shamrock #21C59B

Color information

#21C59B (or 0x21C59B) is unknown color: approx Shamrock. HEX triplet: 21, C5 and 9B. RGB value is (33,197,155). Sum of RGB (Red+Green+Blue) = 33+197+155=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #21C59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C59B is #DE3A64. Grayscale: #8F8F8F. Windows color (decimal): -14563941 or 10208545. OLE color: 10208545.

HSL color Cylindrical-coordinate representation of color #21C59B: hue angle of 164.63º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C59B is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB33197155-
CMYK0.8300.210.23
HSL164.63º71.3%45.1%-
HSV(B)164.63º83.25%77.25%-
XYZ26.5142.6237.84-
YUV143.18134.6749.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.57%
GREEN value IS 197 (77.34% from 255) = 51.17%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=8.57%
G=51.17%
B=40.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal331971550.8300.210.23164.6371.345.1
Hex21C59B5301517a5472d
Octal413052331230252724510755
Binary1000011100010110011011101001101010110111101001011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,197,155); }

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

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

 a { background-color: rgb(33,197,155); }

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

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

 span { border-color: rgb(33,197,155); }

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