#3CB69A

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

Shades of Shamrock #3CB69A

Tints of Shamrock #3CB69A

Color information

#3CB69A (or 0x3CB69A) is unknown color: approx Shamrock. HEX triplet: 3C, B6 and 9A. RGB value is (60,182,154). Sum of RGB (Red+Green+Blue) = 60+182+154=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB69A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB69A is #C34965. Grayscale: #8E8E8E. Windows color (decimal): -12798310 or 10139196. OLE color: 10139196.

HSL color Cylindrical-coordinate representation of color #3CB69A: hue angle of 166.23º 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 #3CB69A is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB60182154-
CMYK0.6700.150.29
HSL166.23º50.41%47.45%-
HSV(B)166.23º67.03%71.37%-
XYZ24.4236.7536.38-
YUV142.33134.5869.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.15%
GREEN value IS 182 (71.48% from 255) = 45.96%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=15.15%
G=45.96%
B=38.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601821540.6700.150.29166.2350.4147.45
Hex3CB69A430F1Da6322f
Octal74266232103017352466257
Binary11110010110110100110101000011011111110110100110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,182,154); }

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

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

 a { background-color: rgb(60,182,154); }

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

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

 span { border-color: rgb(60,182,154); }

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