#7FBCAC

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

Shades of Monte Carlo #7FBCAC

Tints of Monte Carlo #7FBCAC

Color information

#7FBCAC (or 0x7FBCAC) is unknown color: approx Monte Carlo. HEX triplet: 7F, BC and AC. RGB value is (127,188,172). Sum of RGB (Red+Green+Blue) = 127+188+172=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBCAC is #804353. Grayscale: #A7A7A7. Windows color (decimal): -8405844 or 11320447. OLE color: 11320447.

HSL color Cylindrical-coordinate representation of color #7FBCAC: hue angle of 164.26º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBCAC is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB127188172-
CMYK0.3200.090.26
HSL164.26º31.28%61.76%-
HSV(B)164.26º32.45%73.73%-
XYZ34.1843.4645.62-
YUV167.94130.2998.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.08%
GREEN value IS 188 (73.83% from 255) = 38.60%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=26.08%
G=38.60%
B=35.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271881720.3200.090.26164.2631.2861.76
Hex7FBCAC20091Aa41f3e
Octal17727425440011322443776
Binary1111111101111001010110010000001001110101010010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,188,172); }

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

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

 a { background-color: rgb(127,188,172); }

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

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

 span { border-color: rgb(127,188,172); }

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