#3FCB8A

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

Shades of Shamrock #3FCB8A

Tints of Shamrock #3FCB8A

Color information

#3FCB8A (or 0x3FCB8A) is unknown color: approx Shamrock. HEX triplet: 3F, CB and 8A. RGB value is (63,203,138). Sum of RGB (Red+Green+Blue) = 63+203+138=404 (53% of max value = 765). Red value is 63 (25% from 255 or 15.59% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCB8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCB8A is #C03475. Grayscale: #999999. Windows color (decimal): -12596342 or 9095999. OLE color: 9095999.

HSL color Cylindrical-coordinate representation of color #3FCB8A: hue angle of 152.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCB8A is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB63203138-
CMYK0.6900.320.20
HSL152.14º57.38%52.16%-
HSV(B)152.14º68.97%79.61%-
XYZ27.9945.631.37-
YUV153.73119.1263.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.59%
GREEN value IS 203 (79.69% from 255) = 50.25%
BLUE value IS 138 (54.30% from 255) = 34.16%
R=15.59%
G=50.25%
B=34.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal632031380.6900.320.20152.1457.3852.16
Hex3FCB8A4502014983934
Octal77313212105040242307164
Binary1111111100101110001010100010101000001010010011000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,203,138); }

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

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

 a { background-color: rgb(63,203,138); }

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

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

 span { border-color: rgb(63,203,138); }

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