Html Css Color HEX #40C382 Medium Sea Green

📋 copy color: '#40C382'

red 64 ◦ green 195 ◦ blue 130

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

Shades of Medium Sea Green #40C382

Tints of Medium Sea Green #40C382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.13%

 BLUE value IS 130 (51.17% from 255) = 33.42%

R = 16.45%
G = 50.13%
B = 33.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#40C382 (or 0x40C382) is known color: Medium Sea Green. HEX triplet: 40, C3 and 82. RGB value is (64,195,130). Sum of RGB (Red+Green+Blue) = 64+195+130=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #40C382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C382 is #BF3C7D. Grayscale: #949494. Windows color (decimal): -12532862 or 8569664. OLE color: 8569664.

HSL color Cylindrical-coordinate representation of color #40C382: hue angle of 150.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C382 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 195 130 -
CMYK 0.67 0 0.33 0.24
HSL 150.23º 0.52% 0.51% -
HSV(B) 150.23º 0.67% 0.76% -
XYZ 25.66 41.73 27.82 -
YUV 148.42 117.6 67.79 -
System Red Green Blue C M Y K H S L
Decimal 64 195 130 0.67 0 0.33 0.24 150.23 0.52 0.51
Hex 40 C3 82 43 0 21 18 96 34 33
Octal 100 303 202 103 0 41 30 226 64 63
Binary 1000000 11000011 10000010 1000011 0 100001 11000 10010110 110100 110011

Color Harmonies of #40C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C382

Black with #40C382

Text Example


Text Example

White with #40C382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,195,130); }

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

background-color css

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

 a { background-color: rgb(64,195,130); }

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

border-color css

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

 span { border-color: rgb(64,195,130); }

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