Html Css Color HEX #40AD75 Medium Sea Green

📋 copy color: '#40AD75'

red 64 ◦ green 173 ◦ blue 117

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

Shades of Medium Sea Green #40AD75

Tints of Medium Sea Green #40AD75

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.87%

 BLUE value IS 117 (46.09% from 255) = 33.05%

R = 18.08%
G = 48.87%
B = 33.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#40AD75 (or 0x40AD75) is known color: Medium Sea Green. HEX triplet: 40, AD and 75. RGB value is (64,173,117). Sum of RGB (Red+Green+Blue) = 64+173+117=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AD75 is #BF528A. Grayscale: #868686. Windows color (decimal): -12538507 or 7712064. OLE color: 7712064.

HSL color Cylindrical-coordinate representation of color #40AD75: hue angle of 149.17º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AD75 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 173 117 -
CMYK 0.63 0 0.32 0.32
HSL 149.17º 0.46% 0.46% -
HSV(B) 149.17º 0.63% 0.68% -
XYZ 20.27 32.26 21.99 -
YUV 134.03 118.39 78.05 -
System Red Green Blue C M Y K H S L
Decimal 64 173 117 0.63 0 0.32 0.32 149.17 0.46 0.46
Hex 40 AD 75 3F 0 20 20 95 2E 2E
Octal 100 255 165 77 0 40 40 225 56 56
Binary 1000000 10101101 1110101 111111 0 100000 100000 10010101 101110 101110

Color Harmonies of #40AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AD75

Black with #40AD75

Text Example


Text Example

White with #40AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,173,117); }

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

background-color css

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

 a { background-color: rgb(64,173,117); }

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

border-color css

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

 span { border-color: rgb(64,173,117); }

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