#3CBFA0

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

Shades of Shamrock #3CBFA0

Tints of Shamrock #3CBFA0

Color information

#3CBFA0 (or 0x3CBFA0) is unknown color: approx Shamrock. HEX triplet: 3C, BF and A0. RGB value is (60,191,160). Sum of RGB (Red+Green+Blue) = 60+191+160=411 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.60% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBFA0 is #C3405F. Grayscale: #949494. Windows color (decimal): -12796000 or 10534716. OLE color: 10534716.

HSL color Cylindrical-coordinate representation of color #3CBFA0: hue angle of 165.8º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CBFA0 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB60191160-
CMYK0.6900.160.25
HSL165.8º52.19%49.22%-
HSV(B)165.8º68.59%74.9%-
XYZ26.8440.7639.71-
YUV148.3134.665.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.60%
GREEN value IS 191 (75% from 255) = 46.47%
BLUE value IS 160 (62.89% from 255) = 38.93%
R=14.60%
G=46.47%
B=38.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601911600.6900.160.25165.852.1949.22
Hex3CBFA04501019a63431
Octal74277240105020312466461
Binary111100101111111010000010001010100001100110100110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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