Html Css Color HEX #40AA7D Medium Sea Green

📋 copy color: '#40AA7D'

red 64 ◦ green 170 ◦ blue 125

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

Shades of Medium Sea Green #40AA7D

Tints of Medium Sea Green #40AA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.82%

R = 17.83%
G = 47.35%
B = 34.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#40AA7D (or 0x40AA7D) is known color: Medium Sea Green. HEX triplet: 40, AA and 7D. RGB value is (64,170,125). Sum of RGB (Red+Green+Blue) = 64+170+125=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AA7D is #BF5582. Grayscale: #858585. Windows color (decimal): -12539267 or 8235584. OLE color: 8235584.

HSL color Cylindrical-coordinate representation of color #40AA7D: hue angle of 154.53º 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 #40AA7D is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 170 125 -
CMYK 0.62 0 0.26 0.33
HSL 154.53º 0.45% 0.46% -
HSV(B) 154.53º 0.62% 0.67% -
XYZ 20.19 31.32 24.38 -
YUV 133.18 123.38 78.66 -
System Red Green Blue C M Y K H S L
Decimal 64 170 125 0.62 0 0.26 0.33 154.53 0.45 0.46
Hex 40 AA 7D 3E 0 1A 21 9B 2D 2E
Octal 100 252 175 76 0 32 41 233 55 56
Binary 1000000 10101010 1111101 111110 0 11010 100001 10011011 101101 101110

Color Harmonies of #40AA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA7D

Black with #40AA7D

Text Example


Text Example

White with #40AA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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