Html Css Color HEX #40C372 Medium Sea Green

📋 copy color: '#40C372'

red 64 ◦ green 195 ◦ blue 114

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

Shades of Medium Sea Green #40C372

Tints of Medium Sea Green #40C372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 17.16%
G = 52.28%
B = 30.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#40C372 (or 0x40C372) is known color: Medium Sea Green. HEX triplet: 40, C3 and 72. RGB value is (64,195,114). Sum of RGB (Red+Green+Blue) = 64+195+114=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #40C372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C372 is #BF3C8D. Grayscale: #929292. Windows color (decimal): -12532878 or 7521088. OLE color: 7521088.

HSL color Cylindrical-coordinate representation of color #40C372: hue angle of 142.9º 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 #40C372 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 195 114 -
CMYK 0.67 0 0.42 0.24
HSL 142.9º 0.52% 0.51% -
HSV(B) 142.9º 0.67% 0.76% -
XYZ 24.67 41.34 22.6 -
YUV 146.6 109.6 69.09 -
System Red Green Blue C M Y K H S L
Decimal 64 195 114 0.67 0 0.42 0.24 142.9 0.52 0.51
Hex 40 C3 72 43 0 2A 18 8F 34 33
Octal 100 303 162 103 0 52 30 217 64 63
Binary 1000000 11000011 1110010 1000011 0 101010 11000 10001111 110100 110011

Color Harmonies of #40C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C372

Black with #40C372

Text Example


Text Example

White with #40C372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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