Html Css Color HEX #40BC7F Medium Sea Green

📋 copy color: '#40BC7F'

red 64 ◦ green 188 ◦ blue 127

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

Shades of Medium Sea Green #40BC7F

Tints of Medium Sea Green #40BC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.51%

R = 16.89%
G = 49.6%
B = 33.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#40BC7F (or 0x40BC7F) is known color: Medium Sea Green. HEX triplet: 40, BC and 7F. RGB value is (64,188,127). Sum of RGB (Red+Green+Blue) = 64+188+127=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC7F is #BF4380. Grayscale: #909090. Windows color (decimal): -12534657 or 8371264. OLE color: 8371264.

HSL color Cylindrical-coordinate representation of color #40BC7F: hue angle of 150.48º degrees, saturation: 0.49, 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 #40BC7F is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 188 127 -
CMYK 0.66 0 0.32 0.26
HSL 150.48º 0.49% 0.49% -
HSV(B) 150.48º 0.66% 0.74% -
XYZ 23.93 38.59 26.27 -
YUV 143.97 118.42 70.96 -
System Red Green Blue C M Y K H S L
Decimal 64 188 127 0.66 0 0.32 0.26 150.48 0.49 0.49
Hex 40 BC 7F 42 0 20 1A 96 31 31
Octal 100 274 177 102 0 40 32 226 61 61
Binary 1000000 10111100 1111111 1000010 0 100000 11010 10010110 110001 110001

Color Harmonies of #40BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC7F

Black with #40BC7F

Text Example


Text Example

White with #40BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,188,127); }

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

background-color css

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

 a { background-color: rgb(64,188,127); }

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

border-color css

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

 span { border-color: rgb(64,188,127); }

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