#7FB9B1

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

Shades of Monte Carlo #7FB9B1

Tints of Monte Carlo #7FB9B1

Color information

#7FB9B1 (or 0x7FB9B1) is unknown color: approx Monte Carlo. HEX triplet: 7F, B9 and B1. RGB value is (127,185,177). Sum of RGB (Red+Green+Blue) = 127+185+177=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB9B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB9B1 is #80464E. Grayscale: #A6A6A6. Windows color (decimal): -8406607 or 11647359. OLE color: 11647359.

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

Color convert

RGB127185177-
CMYK0.3100.040.27
HSL171.72º29.29%61.18%-
HSV(B)171.72º31.35%72.55%-
XYZ34.0442.3847.98-
YUV166.75133.7899.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.97%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 177 (69.53% from 255) = 36.20%
R=25.97%
G=37.83%
B=36.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271851770.3100.040.27171.7229.2961.18
Hex7FB9B11F041Bac1d3d
Octal1772712613704332543575
Binary11111111011100110110001111110100110111010110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,185,177); }

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

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

 a { background-color: rgb(127,185,177); }

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

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

 span { border-color: rgb(127,185,177); }

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