#7ed2b6

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

Shades of Monte Carlo #7ED2B6

Tints of Monte Carlo #7ED2B6

Color information

#7ED2B6 (or 0x7ED2B6) is unknown color: approx Monte Carlo. HEX triplet: 7E, D2 and B6. RGB value is (126,210,182). Sum of RGB (Red+Green+Blue) = 126+210+182=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED2B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED2B6 is #812D49. Grayscale: #B5B5B5. Windows color (decimal): -8465738 or 11981438. OLE color: 11981438.

HSL color Cylindrical-coordinate representation of color #7ED2B6: hue angle of 160º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED2B6 is Cyan = 0.4, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB126210182-
CMYK0.400.130.18
HSL160º48.28%65.88%-
HSV(B)160º40%82.35%-
XYZ40.0953.9152.55-
YUV181.69128.1788.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.32%
GREEN value IS 210 (82.42% from 255) = 40.54%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=24.32%
G=40.54%
B=35.14%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262101820.400.130.1816048.2865.88
Hex7ED2B6280D12a03042
Octal176322266500152224060102
Binary111111011010010101101101010000110110010101000001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ed2b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,210,182); }

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

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

 a { background-color: rgb(126,210,182); }

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

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

 span { border-color: rgb(126,210,182); }

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