#7FBBB9

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

Shades of Monte Carlo #7FBBB9

Tints of Monte Carlo #7FBBB9

Color information

#7FBBB9 (or 0x7FBBB9) is unknown color: approx Monte Carlo. HEX triplet: 7F, BB and B9. RGB value is (127,187,185). Sum of RGB (Red+Green+Blue) = 127+187+185=499 (66% of max value = 765). Red value is 127 (50% from 255 or 25.45% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBB9 is #804446. Grayscale: #A8A8A8. Windows color (decimal): -8406087 or 12172159. OLE color: 12172159.

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

Color convert

RGB127187185-
CMYK0.3200.010.27
HSL178º30.61%61.57%-
HSV(B)178º32.09%73.33%-
XYZ35.2843.5652.45-
YUV168.83137.1298.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.45%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 185 (72.66% from 255) = 37.07%
R=25.45%
G=37.47%
B=37.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271871850.3200.010.2717830.6161.57
Hex7FBBB920011Bb21f3e
Octal1772732714001332623776
Binary1111111101110111011100110000001110111011001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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