#40B071

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

Shades of Medium Sea Green #40B071

Tints of Medium Sea Green #40B071

Color information

#40B071 (or 0x40B071) is unknown color: approx Medium Sea Green. HEX triplet: 40, B0 and 71. RGB value is (64,176,113). Sum of RGB (Red+Green+Blue) = 64+176+113=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #40B071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B071 is #BF4F8E. Grayscale: #878787. Windows color (decimal): -12537743 or 7450688. OLE color: 7450688.

HSL color Cylindrical-coordinate representation of color #40B071: hue angle of 146.25º 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 #40B071 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB64176113-
CMYK0.6400.360.31
HSL146.25º46.67%47.06%-
HSV(B)146.25º63.64%69.02%-
XYZ20.6233.3320.97-
YUV135.33115.3977.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 176 (69.14% from 255) = 49.86%
BLUE value IS 113 (44.53% from 255) = 32.01%
R=18.13%
G=49.86%
B=32.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641761130.6400.360.31146.2546.6747.06
Hex40B071400241F922f2f
Octal100260161100044372225757
Binary1000000101100001110001100000001001001111110010010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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