#40AB65

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

Shades of Medium Sea Green #40AB65

Tints of Medium Sea Green #40AB65

Color information

#40AB65 (or 0x40AB65) is unknown color: approx Medium Sea Green. HEX triplet: 40, AB and 65. RGB value is (64,171,101). Sum of RGB (Red+Green+Blue) = 64+171+101=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AB65 is #BF549A. Grayscale: #838383. Windows color (decimal): -12539035 or 6662976. OLE color: 6662976.

HSL color Cylindrical-coordinate representation of color #40AB65: hue angle of 140.75º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AB65 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB64171101-
CMYK0.6300.410.33
HSL140.75º45.53%46.08%-
HSV(B)140.75º62.57%67.06%-
XYZ19.0331.1617.32-
YUV131.03111.0580.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 171 (67.19% from 255) = 50.89%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=19.05%
G=50.89%
B=30.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641711010.6300.410.33140.7545.5346.08
Hex40AB653F029218d2e2e
Octal10025314577051412155656
Binary1000000101010111100101111111010100110000110001101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,171,101); }

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

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

 a { background-color: rgb(64,171,101); }

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

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

 span { border-color: rgb(64,171,101); }

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