#21CC8B

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

Shades of Shamrock #21CC8B

Tints of Shamrock #21CC8B

Color information

#21CC8B (or 0x21CC8B) is unknown color: approx Shamrock. HEX triplet: 21, CC and 8B. RGB value is (33,204,139). Sum of RGB (Red+Green+Blue) = 33+204+139=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CC8B is #DE3374. Grayscale: #919191. Windows color (decimal): -14562165 or 9161761. OLE color: 9161761.

HSL color Cylindrical-coordinate representation of color #21CC8B: hue angle of 157.19º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CC8B is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB33204139-
CMYK0.8400.320.2
HSL157.19º72.15%46.47%-
HSV(B)157.19º83.82%80%-
XYZ26.8845.3731.77-
YUV145.46124.3547.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.78%
GREEN value IS 204 (80.08% from 255) = 54.26%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=8.78%
G=54.26%
B=36.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal332041390.8400.320.2157.1972.1546.47
Hex21CC8B54020149d482e
Octal413142131240402423511056
Binary10000111001100100010111010100010000010100100111011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,204,139); }

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

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

 a { background-color: rgb(33,204,139); }

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

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

 span { border-color: rgb(33,204,139); }

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