Html Css Color HEX #40C070 Medium Sea Green

📋 copy color: '#40C070'

red 64 ◦ green 192 ◦ blue 112

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

Shades of Medium Sea Green #40C070

Tints of Medium Sea Green #40C070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.17%

 BLUE value IS 112 (44.14% from 255) = 30.43%

R = 17.39%
G = 52.17%
B = 30.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#40C070 (or 0x40C070) is known color: Medium Sea Green. HEX triplet: 40, C0 and 70. RGB value is (64,192,112). Sum of RGB (Red+Green+Blue) = 64+192+112=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #40C070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C070 is #BF3F8F. Grayscale: #909090. Windows color (decimal): -12533648 or 7389248. OLE color: 7389248.

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

Color convert

RGB 64 192 112 -
CMYK 0.67 0 0.42 0.25
HSL 142.5º 0.5% 0.5% -
HSV(B) 142.5º 0.67% 0.75% -
XYZ 23.89 39.96 21.78 -
YUV 144.61 109.59 70.5 -
System Red Green Blue C M Y K H S L
Decimal 64 192 112 0.67 0 0.42 0.25 142.5 0.5 0.5
Hex 40 C0 70 43 0 2A 19 8E 32 32
Octal 100 300 160 103 0 52 31 216 62 62
Binary 1000000 11000000 1110000 1000011 0 101010 11001 10001110 110010 110010

Color Harmonies of #40C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C070

Black with #40C070

Text Example


Text Example

White with #40C070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,192,112); }

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

background-color css

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

 a { background-color: rgb(64,192,112); }

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

border-color css

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

 span { border-color: rgb(64,192,112); }

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