#7CC7AA

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

Shades of Monte Carlo #7CC7AA

Tints of Monte Carlo #7CC7AA

Color information

#7CC7AA (or 0x7CC7AA) is unknown color: approx Monte Carlo. HEX triplet: 7C, C7 and AA. RGB value is (124,199,170). Sum of RGB (Red+Green+Blue) = 124+199+170=493 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.15% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC7AA is #833855. Grayscale: #ADADAD. Windows color (decimal): -8599638 or 11192188. OLE color: 11192188.

HSL color Cylindrical-coordinate representation of color #7CC7AA: hue angle of 156.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC7AA is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB124199170-
CMYK0.3800.150.22
HSL156.8º40.11%63.33%-
HSV(B)156.8º37.69%78.04%-
XYZ35.9948.0345.4-
YUV173.27126.1592.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.15%
GREEN value IS 199 (78.12% from 255) = 40.37%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=25.15%
G=40.37%
B=34.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1241991700.3800.150.22156.840.1163.33
Hex7CC7AA260F169d283f
Octal17430725246017262355077
Binary11111001100011110101010100110011111011010011101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,199,170); }

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

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

 a { background-color: rgb(124,199,170); }

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

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

 span { border-color: rgb(124,199,170); }

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