#40B073

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

Shades of Medium Sea Green #40B073

Tints of Medium Sea Green #40B073

Color information

#40B073 (or 0x40B073) is unknown color: approx Medium Sea Green. HEX triplet: 40, B0 and 73. RGB value is (64,176,115). Sum of RGB (Red+Green+Blue) = 64+176+115=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 176 (69.14% from 255 or 49.58% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 176 - color contains mainly: green. Hex color #40B073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B073 is #BF4F8C. Grayscale: #878787. Windows color (decimal): -12537741 or 7581760. OLE color: 7581760.

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

Color convert

RGB64176115-
CMYK0.6400.350.31
HSL147.32º46.67%47.06%-
HSV(B)147.32º63.64%69.02%-
XYZ20.7333.3821.57-
YUV135.56116.3976.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.03%
GREEN value IS 176 (69.14% from 255) = 49.58%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=18.03%
G=49.58%
B=32.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641761150.6400.350.31147.3246.6747.06
Hex40B073400231F932f2f
Octal100260163100043372235757
Binary1000000101100001110011100000001000111111110010011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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