#3cc895

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

Shades of Shamrock #3CC895

Tints of Shamrock #3CC895

Color information

#3CC895 (or 0x3CC895) is unknown color: approx Shamrock. HEX triplet: 3C, C8 and 95. RGB value is (60,200,149). Sum of RGB (Red+Green+Blue) = 60+200+149=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC895 is #C3376A. Grayscale: #989898. Windows color (decimal): -12793707 or 9816124. OLE color: 9816124.

HSL color Cylindrical-coordinate representation of color #3CC895: hue angle of 158.14º degrees, saturation: 0.56, 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 #3CC895 is Cyan = 0.7, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB60200149-
CMYK0.700.260.22
HSL158.14º56%50.98%-
HSV(B)158.14º70%78.43%-
XYZ27.9444.4435.54-
YUV152.33126.1262.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.67%
GREEN value IS 200 (78.52% from 255) = 48.90%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=14.67%
G=48.90%
B=36.43%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal602001490.700.260.22158.145650.98
Hex3CC8954601A169e3833
Octal74310225106032262367063
Binary111100110010001001010110001100110101011010011110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cc895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,200,149); }

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

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

 a { background-color: rgb(60,200,149); }

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

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

 span { border-color: rgb(60,200,149); }

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