#3CB5A0

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

Shades of Shamrock #3CB5A0

Tints of Shamrock #3CB5A0

Color information

#3CB5A0 (or 0x3CB5A0) is unknown color: approx Shamrock. HEX triplet: 3C, B5 and A0. RGB value is (60,181,160). Sum of RGB (Red+Green+Blue) = 60+181+160=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB5A0 is #C34A5F. Grayscale: #8E8E8E. Windows color (decimal): -12798560 or 10532156. OLE color: 10532156.

HSL color Cylindrical-coordinate representation of color #3CB5A0: hue angle of 169.59º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB5A0 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB60181160-
CMYK0.6700.120.29
HSL169.59º50.21%47.25%-
HSV(B)169.59º66.85%70.98%-
XYZ24.7336.5539.01-
YUV142.43137.9169.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.96%
GREEN value IS 181 (71.09% from 255) = 45.14%
BLUE value IS 160 (62.89% from 255) = 39.90%
R=14.96%
G=45.14%
B=39.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601811600.6700.120.29169.5950.2147.25
Hex3CB5A0430C1Daa322f
Octal74265240103014352526257
Binary11110010110101101000001000011011001110110101010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,181,160); }

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

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

 a { background-color: rgb(60,181,160); }

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

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

 span { border-color: rgb(60,181,160); }

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