#3CC6A3

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

Shades of Shamrock #3CC6A3

Tints of Shamrock #3CC6A3

Color information

#3CC6A3 (or 0x3CC6A3) is unknown color: approx Shamrock. HEX triplet: 3C, C6 and A3. RGB value is (60,198,163). Sum of RGB (Red+Green+Blue) = 60+198+163=421 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.25% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #3CC6A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC6A3 is #C3395C. Grayscale: #989898. Windows color (decimal): -12794205 or 10733116. OLE color: 10733116.

HSL color Cylindrical-coordinate representation of color #3CC6A3: hue angle of 164.78º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC6A3 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB60198163-
CMYK0.7000.180.22
HSL164.78º54.76%50.59%-
HSV(B)164.78º69.7%77.65%-
XYZ28.6743.9941.63-
YUV152.75133.7861.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.25%
GREEN value IS 198 (77.73% from 255) = 47.03%
BLUE value IS 163 (64.06% from 255) = 38.72%
R=14.25%
G=47.03%
B=38.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal601981630.7000.180.22164.7854.7650.59
Hex3CC6A34601216a53733
Octal74306243106022262456763
Binary111100110001101010001110001100100101011010100101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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