#7EC8AB

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

Shades of Monte Carlo #7EC8AB

Tints of Monte Carlo #7EC8AB

Color information

#7EC8AB (or 0x7EC8AB) is unknown color: approx Monte Carlo. HEX triplet: 7E, C8 and AB. RGB value is (126,200,171). Sum of RGB (Red+Green+Blue) = 126+200+171=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC8AB is #813754. Grayscale: #AEAEAE. Windows color (decimal): -8468309 or 11257982. OLE color: 11257982.

HSL color Cylindrical-coordinate representation of color #7EC8AB: hue angle of 156.49º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC8AB is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB126200171-
CMYK0.3700.140.22
HSL156.49º40.22%63.92%-
HSV(B)156.49º37%78.43%-
XYZ36.6148.6846-
YUV174.57125.9893.36-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.35%
GREEN value IS 200 (78.52% from 255) = 40.24%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=25.35%
G=40.24%
B=34.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1262001710.3700.140.22156.4940.2263.92
Hex7EC8AB250E169c2840
Octal176310253450162623450100
Binary111111011001000101010111001010111010110100111001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,200,171); }

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

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

 a { background-color: rgb(126,200,171); }

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

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

 span { border-color: rgb(126,200,171); }

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