#40b079

Color #40B079 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #40B079

Tints of Medium Sea Green #40B079

Color information

#40B079 (or 0x40B079) is unknown color: approx Medium Sea Green. HEX triplet: 40, B0 and 79. RGB value is (64,176,121). Sum of RGB (Red+Green+Blue) = 64+176+121=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #40B079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B079 is #BF4F86. Grayscale: #888888. Windows color (decimal): -12537735 or 7974976. OLE color: 7974976.

HSL color Cylindrical-coordinate representation of color #40B079: hue angle of 150.54º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B079 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB64176121-
CMYK0.6400.310.31
HSL150.54º46.67%47.06%-
HSV(B)150.54º63.64%69.02%-
XYZ21.0933.5223.45-
YUV136.24119.3976.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.73%
GREEN value IS 176 (69.14% from 255) = 48.75%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=17.73%
G=48.75%
B=33.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641761210.6400.310.31150.5446.6747.06
Hex40B0794001F1F972f2f
Octal100260171100037372275757
Binary100000010110000111100110000000111111111110010111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40b079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,176,121); }

 H1.HeaderClassName
 {
   color: #40b079;
 }
 .AnyTagClassName
 {
   color: #40b079;
 }
</style>
background-color css

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

 a { background-color: rgb(64,176,121); }

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

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

 span { border-color: rgb(64,176,121); }

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