#40B27D

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

Shades of Medium Sea Green #40B27D

Tints of Medium Sea Green #40B27D

Color information

#40B27D (or 0x40B27D) is unknown color: approx Medium Sea Green. HEX triplet: 40, B2 and 7D. RGB value is (64,178,125). Sum of RGB (Red+Green+Blue) = 64+178+125=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #40B27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B27D is #BF4D82. Grayscale: #898989. Windows color (decimal): -12537219 or 8237632. OLE color: 8237632.

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

Color convert

RGB64178125-
CMYK0.6400.300.30
HSL152.11º47.11%47.45%-
HSV(B)152.11º64.04%69.8%-
XYZ21.7434.4124.9-
YUV137.87120.7375.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.44%
GREEN value IS 178 (69.92% from 255) = 48.50%
BLUE value IS 125 (49.22% from 255) = 34.06%
R=17.44%
G=48.50%
B=34.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal641781250.6400.300.30152.1147.1147.45
Hex40B27D4001E1E982f2f
Octal100262175100036362305757
Binary100000010110010111110110000000111101111010011000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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