#3CC1A3

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

Shades of Shamrock #3CC1A3

Tints of Shamrock #3CC1A3

Color information

#3CC1A3 (or 0x3CC1A3) is unknown color: approx Shamrock. HEX triplet: 3C, C1 and A3. RGB value is (60,193,163). Sum of RGB (Red+Green+Blue) = 60+193+163=416 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.42% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC1A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC1A3 is #C33E5C. Grayscale: #959595. Windows color (decimal): -12795485 or 10731836. OLE color: 10731836.

HSL color Cylindrical-coordinate representation of color #3CC1A3: hue angle of 166.47º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC1A3 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB60193163-
CMYK0.6900.160.24
HSL166.47º52.57%49.61%-
HSV(B)166.47º68.91%75.69%-
XYZ27.5441.7441.26-
YUV149.81135.4463.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.42%
GREEN value IS 193 (75.78% from 255) = 46.39%
BLUE value IS 163 (64.06% from 255) = 39.18%
R=14.42%
G=46.39%
B=39.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal601931630.6900.160.24166.4752.5749.61
Hex3CC1A34501018a63532
Octal74301243105020302466562
Binary111100110000011010001110001010100001100010100110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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