#7DC2AB

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

Shades of Monte Carlo #7DC2AB

Tints of Monte Carlo #7DC2AB

Color information

#7DC2AB (or 0x7DC2AB) is unknown color: approx Monte Carlo. HEX triplet: 7D, C2 and AB. RGB value is (125,194,171). Sum of RGB (Red+Green+Blue) = 125+194+171=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC2AB is #823D54. Grayscale: #AAAAAA. Windows color (decimal): -8535381 or 11256445. OLE color: 11256445.

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

Color convert

RGB125194171-
CMYK0.3600.120.24
HSL160º36.13%62.55%-
HSV(B)160º35.57%76.08%-
XYZ35.145.8845.53-
YUV170.75128.1495.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.51%
GREEN value IS 194 (76.17% from 255) = 39.59%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=25.51%
G=39.59%
B=34.90%

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
Decimal1251941710.3600.120.2416036.1362.55
Hex7DC2AB240C18a0243f
Octal17530225344014302404477
Binary11111011100001010101011100100011001100010100000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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