#7ED0AD

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

Shades of Monte Carlo #7ED0AD

Tints of Monte Carlo #7ED0AD

Color information

#7ED0AD (or 0x7ED0AD) is unknown color: approx Monte Carlo. HEX triplet: 7E, D0 and AD. RGB value is (126,208,173). Sum of RGB (Red+Green+Blue) = 126+208+173=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED0AD is #812F52. Grayscale: #B3B3B3. Windows color (decimal): -8466259 or 11391102. OLE color: 11391102.

HSL color Cylindrical-coordinate representation of color #7ED0AD: hue angle of 154.39º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED0AD is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB126208173-
CMYK0.3900.170.18
HSL154.39º46.59%65.49%-
HSV(B)154.39º39.42%81.57%-
XYZ38.752.5647.64-
YUV179.49124.3389.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.85%
GREEN value IS 208 (81.64% from 255) = 41.03%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=24.85%
G=41.03%
B=34.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262081730.3900.170.18154.3946.5965.49
Hex7ED0AD27011129a2f41
Octal176320255470212223257101
Binary1111110110100001010110110011101000110010100110101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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