#7ED5AD

Color #7ED5AD Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #7ED5AD

Tints of Monte Carlo #7ED5AD

Color information

#7ED5AD (or 0x7ED5AD) is unknown color: approx Monte Carlo. HEX triplet: 7E, D5 and AD. RGB value is (126,213,173). Sum of RGB (Red+Green+Blue) = 126+213+173=512 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.61% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED5AD is #812A52. Grayscale: #B6B6B6. Windows color (decimal): -8464979 or 11392382. OLE color: 11392382.

HSL color Cylindrical-coordinate representation of color #7ED5AD: hue angle of 152.41º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED5AD is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB126213173-
CMYK0.4100.190.16
HSL152.41º50.88%66.47%-
HSV(B)152.41º40.85%83.53%-
XYZ39.9455.0448.05-
YUV182.43122.6887.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.61%
GREEN value IS 213 (83.59% from 255) = 41.60%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=24.61%
G=41.60%
B=33.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262131730.4100.190.16152.4150.8866.47
Hex7ED5AD2901310983342
Octal176325255510232023063102
Binary1111110110101011010110110100101001110000100110001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ED5AD; }

 p { color: rgb(126,213,173); }

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

<style>
 a { background-color: #7ED5AD; }

 a { background-color: rgb(126,213,173); }

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

<style>
 span { border-color: #7ED5AD; }

 span { border-color: rgb(126,213,173); }

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