#2CDD9C

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

Shades of Shamrock #2CDD9C

Tints of Shamrock #2CDD9C

Color information

#2CDD9C (or 0x2CDD9C) is unknown color: approx Shamrock. HEX triplet: 2C, DD and 9C. RGB value is (44,221,156). Sum of RGB (Red+Green+Blue) = 44+221+156=421 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.45% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CDD9C is #D32263. Grayscale: #A0A0A0. Windows color (decimal): -13836900 or 10280236. OLE color: 10280236.

HSL color Cylindrical-coordinate representation of color #2CDD9C: hue angle of 157.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDD9C is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB44221156-
CMYK0.8000.290.13
HSL157.97º72.24%51.96%-
HSV(B)157.97º80.09%86.67%-
XYZ32.954.6540.27-
YUV160.67125.3644.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.45%
GREEN value IS 221 (86.72% from 255) = 52.49%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=10.45%
G=52.49%
B=37.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442211560.8000.290.13157.9772.2451.96
Hex2CDD9C5001DD9e4834
Octal543352341200351523611064
Binary101100110111011001110010100000111011101100111101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CDD9C; }

 p { color: rgb(44,221,156); }

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

<style>
 a { background-color: #2CDD9C; }

 a { background-color: rgb(44,221,156); }

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

<style>
 span { border-color: #2CDD9C; }

 span { border-color: rgb(44,221,156); }

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