#3CD1A4

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

Shades of Shamrock #3CD1A4

Tints of Shamrock #3CD1A4

Color information

#3CD1A4 (or 0x3CD1A4) is unknown color: approx Shamrock. HEX triplet: 3C, D1 and A4. RGB value is (60,209,164). Sum of RGB (Red+Green+Blue) = 60+209+164=433 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.86% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #3CD1A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD1A4 is #C32E5B. Grayscale: #9F9F9F. Windows color (decimal): -12791388 or 10801468. OLE color: 10801468.

HSL color Cylindrical-coordinate representation of color #3CD1A4: hue angle of 161.88º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD1A4 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB60209164-
CMYK0.7100.220.18
HSL161.88º61.83%52.75%-
HSV(B)161.88º71.29%81.96%-
XYZ31.3649.2442.97-
YUV159.32130.6457.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.86%
GREEN value IS 209 (82.03% from 255) = 48.27%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=13.86%
G=48.27%
B=37.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal602091640.7100.220.18161.8861.8352.75
Hex3CD1A44701612a23e35
Octal74321244107026222427665
Binary111100110100011010010010001110101101001010100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,209,164); }

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

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

 a { background-color: rgb(60,209,164); }

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

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

 span { border-color: rgb(60,209,164); }

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