#3CCB9D

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

Shades of Shamrock #3CCB9D

Tints of Shamrock #3CCB9D

Color information

#3CCB9D (or 0x3CCB9D) is unknown color: approx Shamrock. HEX triplet: 3C, CB and 9D. RGB value is (60,203,157). Sum of RGB (Red+Green+Blue) = 60+203+157=420 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.29% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCB9D is #C33462. Grayscale: #9B9B9B. Windows color (decimal): -12792931 or 10341180. OLE color: 10341180.

HSL color Cylindrical-coordinate representation of color #3CCB9D: hue angle of 160.7º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCB9D is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB60203157-
CMYK0.7000.230.20
HSL160.7º57.89%51.57%-
HSV(B)160.7º70.44%79.61%-
XYZ29.3146.1139.25-
YUV155129.1260.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.29%
GREEN value IS 203 (79.69% from 255) = 48.33%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=14.29%
G=48.33%
B=37.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal602031570.7000.230.20160.757.8951.57
Hex3CCB9D4601714a13a34
Octal74313235106027242417264
Binary111100110010111001110110001100101111010010100001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,203,157); }

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

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

 a { background-color: rgb(60,203,157); }

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

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

 span { border-color: rgb(60,203,157); }

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