#7FC4AF

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

Shades of Monte Carlo #7FC4AF

Tints of Monte Carlo #7FC4AF

Color information

#7FC4AF (or 0x7FC4AF) is unknown color: approx Monte Carlo. HEX triplet: 7F, C4 and AF. RGB value is (127,196,175). Sum of RGB (Red+Green+Blue) = 127+196+175=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC4AF is #803B50. Grayscale: #ACACAC. Windows color (decimal): -8403793 or 11519103. OLE color: 11519103.

HSL color Cylindrical-coordinate representation of color #7FC4AF: hue angle of 161.74º 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 #7FC4AF is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB127196175-
CMYK0.3500.110.23
HSL161.74º36.9%63.33%-
HSV(B)161.74º35.2%76.86%-
XYZ36.2347.0947.74-
YUV172.97129.1495.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.50%
GREEN value IS 196 (76.95% from 255) = 39.36%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=25.50%
G=39.36%
B=35.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1271961750.3500.110.23161.7436.963.33
Hex7FC4AF230B17a2253f
Octal17730425743013272424577
Binary11111111100010010101111100011010111011110100010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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