#40B272

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

Shades of Medium Sea Green #40B272

Tints of Medium Sea Green #40B272

Color information

#40B272 (or 0x40B272) is unknown color: approx Medium Sea Green. HEX triplet: 40, B2 and 72. RGB value is (64,178,114). Sum of RGB (Red+Green+Blue) = 64+178+114=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #40B272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B272 is #BF4D8D. Grayscale: #888888. Windows color (decimal): -12537230 or 7516736. OLE color: 7516736.

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

Color convert

RGB64178114-
CMYK0.6400.360.30
HSL146.32º47.11%47.45%-
HSV(B)146.32º64.04%69.8%-
XYZ21.0734.1521.4-
YUV136.62115.2376.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.98%
GREEN value IS 178 (69.92% from 255) = 50%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=17.98%
G=50%
B=32.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal641781140.6400.360.30146.3247.1147.45
Hex40B272400241E922f2f
Octal100262162100044362225757
Binary1000000101100101110010100000001001001111010010010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,178,114); }

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

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

 a { background-color: rgb(64,178,114); }

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

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

 span { border-color: rgb(64,178,114); }

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