#3CC1A1

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

Shades of Shamrock #3CC1A1

Tints of Shamrock #3CC1A1

Color information

#3CC1A1 (or 0x3CC1A1) is unknown color: approx Shamrock. HEX triplet: 3C, C1 and A1. RGB value is (60,193,161). Sum of RGB (Red+Green+Blue) = 60+193+161=414 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.49% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC1A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC1A1 is #C33E5E. Grayscale: #959595. Windows color (decimal): -12795487 or 10600764. OLE color: 10600764.

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

Color convert

RGB60193161-
CMYK0.6900.170.24
HSL165.56º52.57%49.61%-
HSV(B)165.56º68.91%75.69%-
XYZ27.3741.6740.32-
YUV149.58134.4464.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.49%
GREEN value IS 193 (75.78% from 255) = 46.62%
BLUE value IS 161 (63.28% from 255) = 38.89%
R=14.49%
G=46.62%
B=38.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal601931610.6900.170.24165.5652.5749.61
Hex3CC1A14501118a63532
Octal74301241105021302466562
Binary111100110000011010000110001010100011100010100110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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