Html Css Color HEX #40BF86 Medium Sea Green

📋 copy color: '#40BF86'

red 64 ◦ green 191 ◦ blue 134

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

Shades of Medium Sea Green #40BF86

Tints of Medium Sea Green #40BF86

RGB

 RED value IS 64 (25.39% from 255) = 16.45%

 GREEN value IS 191 (75% from 255) = 49.1%

 BLUE value IS 134 (52.73% from 255) = 34.45%

R = 16.45%
G = 49.1%
B = 34.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#40BF86 (or 0x40BF86) is known color: Medium Sea Green. HEX triplet: 40, BF and 86. RGB value is (64,191,134). Sum of RGB (Red+Green+Blue) = 64+191+134=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BF86 is #BF4079. Grayscale: #929292. Windows color (decimal): -12533882 or 8830784. OLE color: 8830784.

HSL color Cylindrical-coordinate representation of color #40BF86: hue angle of 153.07º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BF86 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 191 134 -
CMYK 0.66 0 0.30 0.25
HSL 153.07º 0.5% 0.5% -
HSV(B) 153.07º 0.66% 0.75% -
XYZ 25.05 40.07 28.97 -
YUV 146.53 120.92 69.13 -
System Red Green Blue C M Y K H S L
Decimal 64 191 134 0.66 0 0.30 0.25 153.07 0.5 0.5
Hex 40 BF 86 42 0 1E 19 99 32 32
Octal 100 277 206 102 0 36 31 231 62 62
Binary 1000000 10111111 10000110 1000010 0 11110 11001 10011001 110010 110010

Color Harmonies of #40BF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BF86

Black with #40BF86

Text Example


Text Example

White with #40BF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40BF86; }

 p { color: rgb(64,191,134); }

 H1.HeaderClassName
 {
   color: #40BF86;
 }
 .AnyTagClassName
 {
   color: #40BF86;
 }
</style>

background-color css

<style>
 a { background-color: #40BF86; }

 a { background-color: rgb(64,191,134); }

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

border-color css

<style>
 span { border-color: #40BF86; }

 span { border-color: rgb(64,191,134); }

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