#40b968

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

Shades of Medium Sea Green #40B968

Tints of Medium Sea Green #40B968

Color information

#40B968 (or 0x40B968) is unknown color: approx Medium Sea Green. HEX triplet: 40, B9 and 68. RGB value is (64,185,104). Sum of RGB (Red+Green+Blue) = 64+185+104=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #40B968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B968 is #BF4697. Grayscale: #8B8B8B. Windows color (decimal): -12535448 or 6863168. OLE color: 6863168.

HSL color Cylindrical-coordinate representation of color #40B968: hue angle of 139.83º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B968 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB64185104-
CMYK0.6500.440.27
HSL139.83º48.59%48.82%-
HSV(B)139.83º65.41%72.55%-
XYZ21.9636.7919.04-
YUV139.59107.9174.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 185 (72.66% from 255) = 52.41%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=18.13%
G=52.41%
B=29.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641851040.6500.440.27139.8348.5948.82
Hex40B9684102C1B8c3131
Octal100271150101054332146161
Binary1000000101110011101000100000101011001101110001100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40b968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,185,104); }

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

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

 a { background-color: rgb(64,185,104); }

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

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

 span { border-color: rgb(64,185,104); }

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