#7FC8AD

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

Shades of Monte Carlo #7FC8AD

Tints of Monte Carlo #7FC8AD

Color information

#7FC8AD (or 0x7FC8AD) is unknown color: approx Monte Carlo. HEX triplet: 7F, C8 and AD. RGB value is (127,200,173). Sum of RGB (Red+Green+Blue) = 127+200+173=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC8AD is #803752. Grayscale: #AFAFAF. Windows color (decimal): -8402771 or 11389055. OLE color: 11389055.

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

Color convert

RGB127200173-
CMYK0.3600.140.22
HSL157.81º39.89%64.12%-
HSV(B)157.81º36.5%78.43%-
XYZ36.9548.8447.01-
YUV175.1126.8293.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.4%
GREEN value IS 200 (78.52% from 255) = 40%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=25.4%
G=40%
B=34.6%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1272001730.3600.140.22157.8139.8964.12
Hex7FC8AD240E169e2840
Octal177310255440162623650100
Binary111111111001000101011011001000111010110100111101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,200,173); }

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

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

 a { background-color: rgb(127,200,173); }

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

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

 span { border-color: rgb(127,200,173); }

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