#7DC2AA

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

Shades of Monte Carlo #7DC2AA

Tints of Monte Carlo #7DC2AA

Color information

#7DC2AA (or 0x7DC2AA) is unknown color: approx Monte Carlo. HEX triplet: 7D, C2 and AA. RGB value is (125,194,170). Sum of RGB (Red+Green+Blue) = 125+194+170=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC2AA is #823D55. Grayscale: #AAAAAA. Windows color (decimal): -8535382 or 11190909. OLE color: 11190909.

HSL color Cylindrical-coordinate representation of color #7DC2AA: hue angle of 159.13º 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 #7DC2AA is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB125194170-
CMYK0.3600.120.24
HSL159.13º36.13%62.55%-
HSV(B)159.13º35.57%76.08%-
XYZ3545.8545.03-
YUV170.63127.6495.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.56%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=25.56%
G=39.67%
B=34.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251941700.3600.120.24159.1336.1362.55
Hex7DC2AA240C189f243f
Octal17530225244014302374477
Binary11111011100001010101010100100011001100010011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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