#3FB69C

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

Shades of Shamrock #3FB69C

Tints of Shamrock #3FB69C

Color information

#3FB69C (or 0x3FB69C) is unknown color: approx Shamrock. HEX triplet: 3F, B6 and 9C. RGB value is (63,182,156). Sum of RGB (Red+Green+Blue) = 63+182+156=401 (53% of max value = 765). Red value is 63 (25% from 255 or 15.71% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 182 - color contains mainly: green. Hex color #3FB69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB69C is #C04963. Grayscale: #8F8F8F. Windows color (decimal): -12601700 or 10270271. OLE color: 10270271.

HSL color Cylindrical-coordinate representation of color #3FB69C: hue angle of 166.89º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB69C is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB63182156-
CMYK0.6500.140.29
HSL166.89º48.57%48.04%-
HSV(B)166.89º65.38%71.37%-
XYZ24.7836.9137.27-
YUV143.45135.0870.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.71%
GREEN value IS 182 (71.48% from 255) = 45.39%
BLUE value IS 156 (61.33% from 255) = 38.90%
R=15.71%
G=45.39%
B=38.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal631821560.6500.140.29166.8948.5748.04
Hex3FB69C410E1Da73130
Octal77266234101016352476160
Binary11111110110110100111001000001011101110110100111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,182,156); }

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

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

 a { background-color: rgb(63,182,156); }

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

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

 span { border-color: rgb(63,182,156); }

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