#7FC4A5

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

Shades of Monte Carlo #7FC4A5

Tints of Monte Carlo #7FC4A5

Color information

#7FC4A5 (or 0x7FC4A5) is unknown color: approx Monte Carlo. HEX triplet: 7F, C4 and A5. RGB value is (127,196,165). Sum of RGB (Red+Green+Blue) = 127+196+165=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC4A5 is #803B5A. Grayscale: #ABABAB. Windows color (decimal): -8403803 or 10863743. OLE color: 10863743.

HSL color Cylindrical-coordinate representation of color #7FC4A5: hue angle of 153.04º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC4A5 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB127196165-
CMYK0.3500.160.23
HSL153.04º36.9%63.33%-
HSV(B)153.04º35.2%76.86%-
XYZ35.2846.7142.75-
YUV171.83124.1496.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.02%
GREEN value IS 196 (76.95% from 255) = 40.16%
BLUE value IS 165 (64.84% from 255) = 33.81%
R=26.02%
G=40.16%
B=33.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1271961650.3500.160.23153.0436.963.33
Hex7FC4A5230101799253f
Octal17730424543020272314577
Binary111111111000100101001011000110100001011110011001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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