#7FBBB6

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

Shades of Monte Carlo #7FBBB6

Tints of Monte Carlo #7FBBB6

Color information

#7FBBB6 (or 0x7FBBB6) is unknown color: approx Monte Carlo. HEX triplet: 7F, BB and B6. RGB value is (127,187,182). Sum of RGB (Red+Green+Blue) = 127+187+182=496 (65% of max value = 765). Red value is 127 (50% from 255 or 25.60% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBB6 is #804449. Grayscale: #A8A8A8. Windows color (decimal): -8406090 or 11975551. OLE color: 11975551.

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

Color convert

RGB127187182-
CMYK0.3200.030.27
HSL175º30.61%61.57%-
HSV(B)175º32.09%73.33%-
XYZ34.9743.4350.8-
YUV168.49135.6298.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.60%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 182 (71.48% from 255) = 36.69%
R=25.60%
G=37.70%
B=36.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271871820.3200.030.2717530.6161.57
Hex7FBBB620031Baf1f3e
Octal1772732664003332573776
Binary11111111011101110110110100000011110111010111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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