#3CDAA3

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

Shades of Shamrock #3CDAA3

Tints of Shamrock #3CDAA3

Color information

#3CDAA3 (or 0x3CDAA3) is unknown color: approx Shamrock. HEX triplet: 3C, DA and A3. RGB value is (60,218,163). Sum of RGB (Red+Green+Blue) = 60+218+163=441 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.61% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDAA3 is #C3255C. Grayscale: #A4A4A4. Windows color (decimal): -12789085 or 10738236. OLE color: 10738236.

HSL color Cylindrical-coordinate representation of color #3CDAA3: hue angle of 159.11º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDAA3 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB60218163-
CMYK0.7200.250.15
HSL159.11º68.1%54.51%-
HSV(B)159.11º72.48%85.49%-
XYZ33.5553.7543.26-
YUV164.49127.1553.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.61%
GREEN value IS 218 (85.55% from 255) = 49.43%
BLUE value IS 163 (64.06% from 255) = 36.96%
R=13.61%
G=49.43%
B=36.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal602181630.7200.250.15159.1168.154.51
Hex3CDAA348019F9f4437
Octal743322431100311723710467
Binary111100110110101010001110010000110011111100111111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,218,163); }

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

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

 a { background-color: rgb(60,218,163); }

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

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

 span { border-color: rgb(60,218,163); }

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