#7EBDAE

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

Shades of Monte Carlo #7EBDAE

Tints of Monte Carlo #7EBDAE

Color information

#7EBDAE (or 0x7EBDAE) is unknown color: approx Monte Carlo. HEX triplet: 7E, BD and AE. RGB value is (126,189,174). Sum of RGB (Red+Green+Blue) = 126+189+174=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBDAE is #814251. Grayscale: #A8A8A8. Windows color (decimal): -8471122 or 11451774. OLE color: 11451774.

HSL color Cylindrical-coordinate representation of color #7EBDAE: hue angle of 165.71º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBDAE is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB126189174-
CMYK0.3300.080.26
HSL165.71º32.31%61.76%-
HSV(B)165.71º33.33%74.12%-
XYZ34.4443.8946.7-
YUV168.45131.1397.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.77%
GREEN value IS 189 (74.22% from 255) = 38.65%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=25.77%
G=38.65%
B=35.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261891740.3300.080.26165.7132.3161.76
Hex7EBDAE21081Aa6203e
Octal17627525641010322464076
Binary11111101011110110101110100001010001101010100110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,189,174); }

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

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

 a { background-color: rgb(126,189,174); }

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

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

 span { border-color: rgb(126,189,174); }

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