#3CD2A5

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

Shades of Shamrock #3CD2A5

Tints of Shamrock #3CD2A5

Color information

#3CD2A5 (or 0x3CD2A5) is unknown color: approx Shamrock. HEX triplet: 3C, D2 and A5. RGB value is (60,210,165). Sum of RGB (Red+Green+Blue) = 60+210+165=435 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.79% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD2A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD2A5 is #C32D5A. Grayscale: #A0A0A0. Windows color (decimal): -12791131 or 10867260. OLE color: 10867260.

HSL color Cylindrical-coordinate representation of color #3CD2A5: hue angle of 162º 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 #3CD2A5 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB60210165-
CMYK0.7100.210.18
HSL162º62.5%52.94%-
HSV(B)162º71.43%82.35%-
XYZ31.749.7743.53-
YUV160.02130.856.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.79%
GREEN value IS 210 (82.42% from 255) = 48.28%
BLUE value IS 165 (64.84% from 255) = 37.93%
R=13.79%
G=48.28%
B=37.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal602101650.7100.210.1816262.552.94
Hex3CD2A54701512a23e35
Octal74322245107025222427665
Binary111100110100101010010110001110101011001010100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,210,165); }

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

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

 a { background-color: rgb(60,210,165); }

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

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

 span { border-color: rgb(60,210,165); }

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