#7DC2AE

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

Shades of Monte Carlo #7DC2AE

Tints of Monte Carlo #7DC2AE

Color information

#7DC2AE (or 0x7DC2AE) is unknown color: approx Monte Carlo. HEX triplet: 7D, C2 and AE. RGB value is (125,194,174). Sum of RGB (Red+Green+Blue) = 125+194+174=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC2AE is #823D51. Grayscale: #ABABAB. Windows color (decimal): -8535378 or 11453053. OLE color: 11453053.

HSL color Cylindrical-coordinate representation of color #7DC2AE: hue angle of 162.61º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC2AE is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB125194174-
CMYK0.3600.100.24
HSL162.61º36.13%62.55%-
HSV(B)162.61º35.57%76.08%-
XYZ35.394647.06-
YUV171.09129.6495.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.35%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=25.35%
G=39.35%
B=35.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251941740.3600.100.24162.6136.1362.55
Hex7DC2AE240A18a3243f
Octal17530225644012302434477
Binary11111011100001010101110100100010101100010100011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,194,174); }

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

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

 a { background-color: rgb(125,194,174); }

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

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

 span { border-color: rgb(125,194,174); }

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