#7EC7BA

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

Shades of Monte Carlo #7EC7BA

Tints of Monte Carlo #7EC7BA

Color information

#7EC7BA (or 0x7EC7BA) is unknown color: approx Monte Carlo. HEX triplet: 7E, C7 and BA. RGB value is (126,199,186). Sum of RGB (Red+Green+Blue) = 126+199+186=511 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.66% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC7BA is #813845. Grayscale: #AFAFAF. Windows color (decimal): -8468550 or 12240766. OLE color: 12240766.

HSL color Cylindrical-coordinate representation of color #7EC7BA: hue angle of 169.32º degrees, saturation: 0.39, 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 #7EC7BA is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB126199186-
CMYK0.3700.070.22
HSL169.32º39.46%63.73%-
HSV(B)169.32º36.68%78.04%-
XYZ37.8948.8353.88-
YUV175.69133.8292.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.66%
GREEN value IS 199 (78.12% from 255) = 38.94%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=24.66%
G=38.94%
B=36.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1261991860.3700.070.22169.3239.4663.73
Hex7EC7BA250716a92740
Octal17630727245072625147100
Binary11111101100011110111010100101011110110101010011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,199,186); }

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

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

 a { background-color: rgb(126,199,186); }

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

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

 span { border-color: rgb(126,199,186); }

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