#3CB99F

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

Shades of Shamrock #3CB99F

Tints of Shamrock #3CB99F

Color information

#3CB99F (or 0x3CB99F) is unknown color: approx Shamrock. HEX triplet: 3C, B9 and 9F. RGB value is (60,185,159). Sum of RGB (Red+Green+Blue) = 60+185+159=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB99F is #C34660. Grayscale: #909090. Windows color (decimal): -12797537 or 10467644. OLE color: 10467644.

HSL color Cylindrical-coordinate representation of color #3CB99F: hue angle of 167.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CB99F is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB60185159-
CMYK0.6800.140.27
HSL167.52º51.02%48.04%-
HSV(B)167.52º67.57%72.55%-
XYZ25.4738.1638.82-
YUV144.66136.0967.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.85%
GREEN value IS 185 (72.66% from 255) = 45.79%
BLUE value IS 159 (62.5% from 255) = 39.36%
R=14.85%
G=45.79%
B=39.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal601851590.6800.140.27167.5251.0248.04
Hex3CB99F440E1Ba83330
Octal74271237104016332506360
Binary11110010111001100111111000100011101101110101000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,185,159); }

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

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

 a { background-color: rgb(60,185,159); }

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

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

 span { border-color: rgb(60,185,159); }

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