#3CD5B0

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

Shades of Shamrock #3CD5B0

Tints of Shamrock #3CD5B0

Color information

#3CD5B0 (or 0x3CD5B0) is unknown color: approx Shamrock. HEX triplet: 3C, D5 and B0. RGB value is (60,213,176). Sum of RGB (Red+Green+Blue) = 60+213+176=449 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.36% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD5B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD5B0 is #C32A4F. Grayscale: #A3A3A3. Windows color (decimal): -12790352 or 11588924. OLE color: 11588924.

HSL color Cylindrical-coordinate representation of color #3CD5B0: hue angle of 165.49º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD5B0 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB60213176-
CMYK0.7200.170.16
HSL165.49º64.56%53.53%-
HSV(B)165.49º71.83%83.53%-
XYZ33.4951.6849.28-
YUV163.04135.3154.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.36%
GREEN value IS 213 (83.59% from 255) = 47.44%
BLUE value IS 176 (69.14% from 255) = 39.20%
R=13.36%
G=47.44%
B=39.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal602131760.7200.170.16165.4964.5653.53
Hex3CD5B04801110a54136
Octal743252601100212024510166
Binary1111001101010110110000100100001000110000101001011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,213,176); }

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

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

 a { background-color: rgb(60,213,176); }

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

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

 span { border-color: rgb(60,213,176); }

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