#7FBBB1

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

Shades of Monte Carlo #7FBBB1

Tints of Monte Carlo #7FBBB1

Color information

#7FBBB1 (or 0x7FBBB1) is unknown color: approx Monte Carlo. HEX triplet: 7F, BB and B1. RGB value is (127,187,177). Sum of RGB (Red+Green+Blue) = 127+187+177=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBBB1 is #80444E. Grayscale: #A7A7A7. Windows color (decimal): -8406095 or 11647871. OLE color: 11647871.

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

Color convert

RGB127187177-
CMYK0.3200.050.27
HSL170º30.61%61.57%-
HSV(B)170º32.09%73.33%-
XYZ34.4643.2348.12-
YUV167.92133.1298.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.87%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=25.87%
G=38.09%
B=36.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271871770.3200.050.2717030.6161.57
Hex7FBBB120051Baa1f3e
Octal1772732614005332523776
Binary111111110111011101100011000000101110111010101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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