#7ED5AE

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

Shades of Monte Carlo #7ED5AE

Tints of Monte Carlo #7ED5AE

Color information

#7ED5AE (or 0x7ED5AE) is unknown color: approx Monte Carlo. HEX triplet: 7E, D5 and AE. RGB value is (126,213,174). Sum of RGB (Red+Green+Blue) = 126+213+174=513 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.56% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED5AE is #812A51. Grayscale: #B6B6B6. Windows color (decimal): -8464978 or 11457918. OLE color: 11457918.

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

Color convert

RGB126213174-
CMYK0.4100.180.16
HSL153.1º50.88%66.47%-
HSV(B)153.1º40.85%83.53%-
XYZ40.0455.0848.57-
YUV182.54123.1887.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.56%
GREEN value IS 213 (83.59% from 255) = 41.52%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=24.56%
G=41.52%
B=33.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262131740.4100.180.16153.150.8866.47
Hex7ED5AE2901210993342
Octal176325256510222023163102
Binary1111110110101011010111010100101001010000100110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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