#7ED0AF

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

Shades of Monte Carlo #7ED0AF

Tints of Monte Carlo #7ED0AF

Color information

#7ED0AF (or 0x7ED0AF) is unknown color: approx Monte Carlo. HEX triplet: 7E, D0 and AF. RGB value is (126,208,175). Sum of RGB (Red+Green+Blue) = 126+208+175=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED0AF is #812F50. Grayscale: #B3B3B3. Windows color (decimal): -8466257 or 11522174. OLE color: 11522174.

HSL color Cylindrical-coordinate representation of color #7ED0AF: hue angle of 155.85º 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 #7ED0AF is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB126208175-
CMYK0.3900.160.18
HSL155.85º46.59%65.49%-
HSV(B)155.85º39.42%81.57%-
XYZ38.952.6448.67-
YUV179.72125.3389.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.75%
GREEN value IS 208 (81.64% from 255) = 40.86%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=24.75%
G=40.86%
B=34.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262081750.3900.160.18155.8546.5965.49
Hex7ED0AF27010129c2f41
Octal176320257470202223457101
Binary1111110110100001010111110011101000010010100111001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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