#3CDD9D

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

Shades of Shamrock #3CDD9D

Tints of Shamrock #3CDD9D

Color information

#3CDD9D (or 0x3CDD9D) is unknown color: approx Shamrock. HEX triplet: 3C, DD and 9D. RGB value is (60,221,157). Sum of RGB (Red+Green+Blue) = 60+221+157=438 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.70% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDD9D is #C32262. Grayscale: #A5A5A5. Windows color (decimal): -12788323 or 10345788. OLE color: 10345788.

HSL color Cylindrical-coordinate representation of color #3CDD9D: hue angle of 156.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDD9D is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB60221157-
CMYK0.7300.290.13
HSL156.15º70.31%55.1%-
HSV(B)156.15º72.85%86.67%-
XYZ33.8155.1140.75-
YUV165.56123.1652.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.70%
GREEN value IS 221 (86.72% from 255) = 50.46%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=13.70%
G=50.46%
B=35.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal602211570.7300.290.13156.1570.3155.1
Hex3CDD9D4901DD9c4637
Octal743352351110351523410667
Binary111100110111011001110110010010111011101100111001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CDD9D; }

 p { color: rgb(60,221,157); }

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

<style>
 a { background-color: #3CDD9D; }

 a { background-color: rgb(60,221,157); }

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

<style>
 span { border-color: #3CDD9D; }

 span { border-color: rgb(60,221,157); }

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