#3CC086

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

Shades of Shamrock #3CC086

Tints of Shamrock #3CC086

Color information

#3CC086 (or 0x3CC086) is unknown color: approx Shamrock. HEX triplet: 3C, C0 and 86. RGB value is (60,192,134). Sum of RGB (Red+Green+Blue) = 60+192+134=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC086 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC086 is #C33F79. Grayscale: #929292. Windows color (decimal): -12795770 or 8831036. OLE color: 8831036.

HSL color Cylindrical-coordinate representation of color #3CC086: hue angle of 153.64º 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 #3CC086 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB60192134-
CMYK0.6900.300.25
HSL153.64º52.38%49.41%-
HSV(B)153.64º68.75%75.29%-
XYZ25.0240.3829.03-
YUV145.92121.2766.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.54%
GREEN value IS 192 (75.39% from 255) = 49.74%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=15.54%
G=49.74%
B=34.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601921340.6900.300.25153.6452.3849.41
Hex3CC0864501E199a3431
Octal74300206105036312326461
Binary111100110000001000011010001010111101100110011010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,192,134); }

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

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

 a { background-color: rgb(60,192,134); }

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

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

 span { border-color: rgb(60,192,134); }

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