#7FBBB0

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

Shades of Monte Carlo #7FBBB0

Tints of Monte Carlo #7FBBB0

Color information

#7FBBB0 (or 0x7FBBB0) is unknown color: approx Monte Carlo. HEX triplet: 7F, BB and B0. RGB value is (127,187,176). Sum of RGB (Red+Green+Blue) = 127+187+176=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBBB0 is #80444F. Grayscale: #A7A7A7. Windows color (decimal): -8406096 or 11582335. OLE color: 11582335.

HSL color Cylindrical-coordinate representation of color #7FBBB0: hue angle of 169º 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 #7FBBB0 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB127187176-
CMYK0.3200.060.27
HSL169º30.61%61.57%-
HSV(B)169º32.09%73.33%-
XYZ34.3643.1947.6-
YUV167.81132.6298.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.92%
GREEN value IS 187 (73.44% from 255) = 38.16%
BLUE value IS 176 (69.14% from 255) = 35.92%
R=25.92%
G=38.16%
B=35.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271871760.3200.060.2716930.6161.57
Hex7FBBB020061Ba91f3e
Octal1772732604006332513776
Binary111111110111011101100001000000110110111010100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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