#7ECAAF

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

Shades of Monte Carlo #7ECAAF

Tints of Monte Carlo #7ECAAF

Color information

#7ECAAF (or 0x7ECAAF) is unknown color: approx Monte Carlo. HEX triplet: 7E, CA and AF. RGB value is (126,202,175). Sum of RGB (Red+Green+Blue) = 126+202+175=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECAAF is #813550. Grayscale: #B0B0B0. Windows color (decimal): -8467793 or 11520638. OLE color: 11520638.

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

Color convert

RGB126202175-
CMYK0.3800.130.21
HSL158.68º41.76%64.31%-
HSV(B)158.68º37.62%79.22%-
XYZ37.4649.7748.19-
YUV176.2127.3292.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.05%
GREEN value IS 202 (79.30% from 255) = 40.16%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=25.05%
G=40.16%
B=34.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1262021750.3800.130.21158.6841.7664.31
Hex7ECAAF260D159f2a40
Octal176312257460152523752100
Binary111111011001010101011111001100110110101100111111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,202,175); }

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

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

 a { background-color: rgb(126,202,175); }

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

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

 span { border-color: rgb(126,202,175); }

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