#7FBBAB

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

Shades of Monte Carlo #7FBBAB

Tints of Monte Carlo #7FBBAB

Color information

#7FBBAB (or 0x7FBBAB) is unknown color: approx Monte Carlo. HEX triplet: 7F, BB and AB. RGB value is (127,187,171). Sum of RGB (Red+Green+Blue) = 127+187+171=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBBAB is #804454. Grayscale: #A7A7A7. Windows color (decimal): -8406101 or 11254655. OLE color: 11254655.

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

Color convert

RGB127187171-
CMYK0.3200.090.27
HSL164º30.61%61.57%-
HSV(B)164º32.09%73.33%-
XYZ33.8742.9945.04-
YUV167.24130.1299.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.19%
GREEN value IS 187 (73.44% from 255) = 38.56%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=26.19%
G=38.56%
B=35.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271871710.3200.090.2716430.6161.57
Hex7FBBAB20091Ba41f3e
Octal17727325340011332443776
Binary1111111101110111010101110000001001110111010010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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