#3FBD8B

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

Shades of Shamrock #3FBD8B

Tints of Shamrock #3FBD8B

Color information

#3FBD8B (or 0x3FBD8B) is unknown color: approx Shamrock. HEX triplet: 3F, BD and 8B. RGB value is (63,189,139). Sum of RGB (Red+Green+Blue) = 63+189+139=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBD8B is #C04274. Grayscale: #919191. Windows color (decimal): -12599925 or 9157951. OLE color: 9157951.

HSL color Cylindrical-coordinate representation of color #3FBD8B: hue angle of 156.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBD8B is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB63189139-
CMYK0.6700.260.26
HSL156.19º50%49.41%-
HSV(B)156.19º66.67%74.12%-
XYZ24.9139.3230.7-
YUV145.63124.2669.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.11%
GREEN value IS 189 (74.22% from 255) = 48.34%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=16.11%
G=48.34%
B=35.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631891390.6700.260.26156.195049.41
Hex3FBD8B4301A1A9c3231
Octal77275213103032322346261
Binary111111101111011000101110000110110101101010011100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,189,139); }

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

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

 a { background-color: rgb(63,189,139); }

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

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

 span { border-color: rgb(63,189,139); }

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