#3CC6A4

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

Shades of Shamrock #3CC6A4

Tints of Shamrock #3CC6A4

Color information

#3CC6A4 (or 0x3CC6A4) is unknown color: approx Shamrock. HEX triplet: 3C, C6 and A4. RGB value is (60,198,164). Sum of RGB (Red+Green+Blue) = 60+198+164=422 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.22% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #3CC6A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC6A4 is #C3395B. Grayscale: #989898. Windows color (decimal): -12794204 or 10798652. OLE color: 10798652.

HSL color Cylindrical-coordinate representation of color #3CC6A4: hue angle of 165.22º 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 #3CC6A4 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB60198164-
CMYK0.7000.170.22
HSL165.22º54.76%50.59%-
HSV(B)165.22º69.7%77.65%-
XYZ28.7644.0342.1-
YUV152.86134.2861.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.22%
GREEN value IS 198 (77.73% from 255) = 46.92%
BLUE value IS 164 (64.45% from 255) = 38.86%
R=14.22%
G=46.92%
B=38.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal601981640.7000.170.22165.2254.7650.59
Hex3CC6A44601116a53733
Octal74306244106021262456763
Binary111100110001101010010010001100100011011010100101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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