#3CD5AE

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

Shades of Shamrock #3CD5AE

Tints of Shamrock #3CD5AE

Color information

#3CD5AE (or 0x3CD5AE) is unknown color: approx Shamrock. HEX triplet: 3C, D5 and AE. RGB value is (60,213,174). Sum of RGB (Red+Green+Blue) = 60+213+174=447 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.42% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD5AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD5AE is #C32A51. Grayscale: #A2A2A2. Windows color (decimal): -12790354 or 11457852. OLE color: 11457852.

HSL color Cylindrical-coordinate representation of color #3CD5AE: hue angle of 164.71º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD5AE is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB60213174-
CMYK0.7200.180.16
HSL164.71º64.56%53.53%-
HSV(B)164.71º71.83%83.53%-
XYZ33.351.6148.25-
YUV162.81134.3154.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.42%
GREEN value IS 213 (83.59% from 255) = 47.65%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=13.42%
G=47.65%
B=38.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal602131740.7200.180.16164.7164.5653.53
Hex3CD5AE4801210a54136
Octal743252561100222024510166
Binary1111001101010110101110100100001001010000101001011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,213,174); }

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

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

 a { background-color: rgb(60,213,174); }

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

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

 span { border-color: rgb(60,213,174); }

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