#7EBFAE

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

Shades of Monte Carlo #7EBFAE

Tints of Monte Carlo #7EBFAE

Color information

#7EBFAE (or 0x7EBFAE) is unknown color: approx Monte Carlo. HEX triplet: 7E, BF and AE. RGB value is (126,191,174). Sum of RGB (Red+Green+Blue) = 126+191+174=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBFAE is #814051. Grayscale: #A9A9A9. Windows color (decimal): -8470610 or 11452286. OLE color: 11452286.

HSL color Cylindrical-coordinate representation of color #7EBFAE: hue angle of 164.31º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBFAE is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB126191174-
CMYK0.3400.090.25
HSL164.31º33.68%62.16%-
HSV(B)164.31º34.03%74.9%-
XYZ34.8744.7546.84-
YUV169.63130.4796.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.66%
GREEN value IS 191 (75% from 255) = 38.90%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=25.66%
G=38.90%
B=35.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261911740.3400.090.25164.3133.6862.16
Hex7EBFAE220919a4223e
Octal17627725642011312444276
Binary11111101011111110101110100010010011100110100100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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