#7FC6A5

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

Shades of Monte Carlo #7FC6A5

Tints of Monte Carlo #7FC6A5

Color information

#7FC6A5 (or 0x7FC6A5) is unknown color: approx Monte Carlo. HEX triplet: 7F, C6 and A5. RGB value is (127,198,165). Sum of RGB (Red+Green+Blue) = 127+198+165=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC6A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC6A5 is #80395A. Grayscale: #ADADAD. Windows color (decimal): -8403291 or 10864255. OLE color: 10864255.

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

Color convert

RGB127198165-
CMYK0.3600.170.22
HSL152.11º38.38%63.73%-
HSV(B)152.11º35.86%77.65%-
XYZ35.7447.6242.9-
YUV173.01123.4895.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.92%
GREEN value IS 198 (77.73% from 255) = 40.41%
BLUE value IS 165 (64.84% from 255) = 33.67%
R=25.92%
G=40.41%
B=33.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1271981650.3600.170.22152.1138.3863.73
Hex7FC6A52401116982640
Octal177306245440212623046100
Binary1111111110001101010010110010001000110110100110001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,198,165); }

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

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

 a { background-color: rgb(127,198,165); }

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

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

 span { border-color: rgb(127,198,165); }

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