#7FBAB2

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

Shades of Monte Carlo #7FBAB2

Tints of Monte Carlo #7FBAB2

Color information

#7FBAB2 (or 0x7FBAB2) is unknown color: approx Monte Carlo. HEX triplet: 7F, BA and B2. RGB value is (127,186,178). Sum of RGB (Red+Green+Blue) = 127+186+178=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBAB2 is #80454D. Grayscale: #A7A7A7. Windows color (decimal): -8406350 or 11713151. OLE color: 11713151.

HSL color Cylindrical-coordinate representation of color #7FBAB2: hue angle of 171.86º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBAB2 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB127186178-
CMYK0.3200.040.27
HSL171.86º29.95%61.37%-
HSV(B)171.86º31.72%72.94%-
XYZ34.3542.8448.58-
YUV167.45133.9599.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.87%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 178 (69.92% from 255) = 36.25%
R=25.87%
G=37.88%
B=36.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271861780.3200.040.27171.8629.9561.37
Hex7FBAB220041Bac1e3d
Octal1772722624004332543675
Binary111111110111010101100101000000100110111010110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,186,178); }

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

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

 a { background-color: rgb(127,186,178); }

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

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

 span { border-color: rgb(127,186,178); }

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