#40B27C

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

Shades of Medium Sea Green #40B27C

Tints of Medium Sea Green #40B27C

Color information

#40B27C (or 0x40B27C) is unknown color: approx Medium Sea Green. HEX triplet: 40, B2 and 7C. RGB value is (64,178,124). Sum of RGB (Red+Green+Blue) = 64+178+124=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #40B27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B27C is #BF4D83. Grayscale: #898989. Windows color (decimal): -12537220 or 8172096. OLE color: 8172096.

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

Color convert

RGB64178124-
CMYK0.6400.300.30
HSL151.58º47.11%47.45%-
HSV(B)151.58º64.04%69.8%-
XYZ21.6734.3924.56-
YUV137.76120.2375.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.49%
GREEN value IS 178 (69.92% from 255) = 48.63%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=17.49%
G=48.63%
B=33.88%

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
Decimal641781240.6400.300.30151.5847.1147.45
Hex40B27C4001E1E982f2f
Octal100262174100036362305757
Binary100000010110010111110010000000111101111010011000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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