#7ED5B1

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

Shades of Monte Carlo #7ED5B1

Tints of Monte Carlo #7ED5B1

Color information

#7ED5B1 (or 0x7ED5B1) is unknown color: approx Monte Carlo. HEX triplet: 7E, D5 and B1. RGB value is (126,213,177). Sum of RGB (Red+Green+Blue) = 126+213+177=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED5B1 is #812A4E. Grayscale: #B6B6B6. Windows color (decimal): -8464975 or 11654526. OLE color: 11654526.

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

Color convert

RGB126213177-
CMYK0.4100.170.16
HSL155.17º50.88%66.47%-
HSV(B)155.17º40.85%83.53%-
XYZ40.3355.250.12-
YUV182.88124.6887.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.42%
GREEN value IS 213 (83.59% from 255) = 41.28%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=24.42%
G=41.28%
B=34.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262131770.4100.170.16155.1750.8866.47
Hex7ED5B129011109b3342
Octal176325261510212023363102
Binary1111110110101011011000110100101000110000100110111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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