Html Css Color HEX #40B960 Medium Sea Green

📋 copy color: '#40B960'

red 64 ◦ green 185 ◦ blue 96

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

Shades of Medium Sea Green #40B960

Tints of Medium Sea Green #40B960

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.62%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 18.55%
G = 53.62%
B = 27.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#40B960 (or 0x40B960) is known color: Medium Sea Green. HEX triplet: 40, B9 and 60. RGB value is (64,185,96). Sum of RGB (Red+Green+Blue) = 64+185+96=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #40B960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B960 is #BF469F. Grayscale: #8A8A8A. Windows color (decimal): -12535456 or 6338880. OLE color: 6338880.

HSL color Cylindrical-coordinate representation of color #40B960: hue angle of 135.87º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B960 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 185 96 -
CMYK 0.65 0 0.48 0.27
HSL 135.87º 0.49% 0.49% -
HSV(B) 135.87º 0.65% 0.73% -
XYZ 21.57 36.63 17 -
YUV 138.68 103.91 74.74 -
System Red Green Blue C M Y K H S L
Decimal 64 185 96 0.65 0 0.48 0.27 135.87 0.49 0.49
Hex 40 B9 60 41 0 30 1B 88 31 31
Octal 100 271 140 101 0 60 33 210 61 61
Binary 1000000 10111001 1100000 1000001 0 110000 11011 10001000 110001 110001

Color Harmonies of #40B960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B960

Black with #40B960

Text Example


Text Example

White with #40B960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,185,96); }

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

background-color css

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

 a { background-color: rgb(64,185,96); }

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

border-color css

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

 span { border-color: rgb(64,185,96); }

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