Html Css Color HEX #3FBC8C Shamrock

📋 copy color: '#3FBC8C'

red 63 ◦ green 188 ◦ blue 140

#3FBC8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #3FBC8C

Tints of Shamrock #3FBC8C

RGB

 RED value IS 63 (25% from 255) = 16.11%

 GREEN value IS 188 (73.83% from 255) = 48.08%

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 16.11%
G = 48.08%
B = 35.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#3FBC8C (or 0x3FBC8C) is known color: Shamrock. HEX triplet: 3F, BC and 8C. RGB value is (63,188,140). Sum of RGB (Red+Green+Blue) = 63+188+140=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBC8C is #C04373. Grayscale: #919191. Windows color (decimal): -12600180 or 9223231. OLE color: 9223231.

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

Color convert

RGB 63 188 140 -
CMYK 0.66 0 0.26 0.26
HSL 156.96º 0.5% 0.49% -
HSV(B) 156.96º 0.66% 0.74% -
XYZ 24.77 38.92 31.02 -
YUV 145.15 125.09 69.4 -
System Red Green Blue C M Y K H S L
Decimal 63 188 140 0.66 0 0.26 0.26 156.96 0.5 0.49
Hex 3F BC 8C 42 0 1A 1A 9D 32 31
Octal 77 274 214 102 0 32 32 235 62 61
Binary 111111 10111100 10001100 1000010 0 11010 11010 10011101 110010 110001

Color Harmonies of #3FBC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBC8C

Black with #3FBC8C

Text Example


Text Example

White with #3FBC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,188,140); }

 H1.HeaderClassName
 {
   color: #3FBC8C;
 }
 .AnyTagClassName
 {
   color: #3FBC8C;
 }
</style>

background-color css

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

 a { background-color: rgb(63,188,140); }

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

border-color css

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

 span { border-color: rgb(63,188,140); }

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