Html Css Color HEX #40AA70 Medium Sea Green

📋 copy color: '#40AA70'

red 64 ◦ green 170 ◦ blue 112

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

Shades of Medium Sea Green #40AA70

Tints of Medium Sea Green #40AA70

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.13%

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

R = 18.5%
G = 49.13%
B = 32.37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#40AA70 (or 0x40AA70) is known color: Medium Sea Green. HEX triplet: 40, AA and 70. RGB value is (64,170,112). Sum of RGB (Red+Green+Blue) = 64+170+112=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AA70 is #BF558F. Grayscale: #838383. Windows color (decimal): -12539280 or 7383616. OLE color: 7383616.

HSL color Cylindrical-coordinate representation of color #40AA70: hue angle of 147.17º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40AA70 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 170 112 -
CMYK 0.62 0 0.34 0.33
HSL 147.17º 0.45% 0.46% -
HSV(B) 147.17º 0.62% 0.67% -
XYZ 19.41 31.01 20.29 -
YUV 131.69 116.88 79.72 -
System Red Green Blue C M Y K H S L
Decimal 64 170 112 0.62 0 0.34 0.33 147.17 0.45 0.46
Hex 40 AA 70 3E 0 22 21 93 2D 2E
Octal 100 252 160 76 0 42 41 223 55 56
Binary 1000000 10101010 1110000 111110 0 100010 100001 10010011 101101 101110

Color Harmonies of #40AA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA70

Black with #40AA70

Text Example


Text Example

White with #40AA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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