#7EC9AA

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

Shades of Monte Carlo #7EC9AA

Tints of Monte Carlo #7EC9AA

Color information

#7EC9AA (or 0x7EC9AA) is unknown color: approx Monte Carlo. HEX triplet: 7E, C9 and AA. RGB value is (126,201,170). Sum of RGB (Red+Green+Blue) = 126+201+170=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC9AA is #813655. Grayscale: #AFAFAF. Windows color (decimal): -8468054 or 11192702. OLE color: 11192702.

HSL color Cylindrical-coordinate representation of color #7EC9AA: hue angle of 155.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC9AA is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB126201170-
CMYK0.3700.150.21
HSL155.2º40.98%64.12%-
HSV(B)155.2º37.31%78.82%-
XYZ36.7549.1145.57-
YUV175.04125.1593.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.35%
GREEN value IS 201 (78.91% from 255) = 40.44%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=25.35%
G=40.44%
B=34.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1262011700.3700.150.21155.240.9864.12
Hex7EC9AA250F159b2940
Octal176311252450172523351100
Binary111111011001001101010101001010111110101100110111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,201,170); }

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

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

 a { background-color: rgb(126,201,170); }

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

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

 span { border-color: rgb(126,201,170); }

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