#85BFAC

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

Shades of Monte Carlo #85BFAC

Tints of Monte Carlo #85BFAC

Color information

#85BFAC (or 0x85BFAC) is unknown color: approx Monte Carlo. HEX triplet: 85, BF and AC. RGB value is (133,191,172). Sum of RGB (Red+Green+Blue) = 133+191+172=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #85BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BFAC is #7A4053. Grayscale: #ABABAB. Windows color (decimal): -8011860 or 11321221. OLE color: 11321221.

HSL color Cylindrical-coordinate representation of color #85BFAC: hue angle of 160.34º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BFAC is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB133191172-
CMYK0.3000.100.25
HSL160.34º31.18%63.53%-
HSV(B)160.34º30.37%74.9%-
XYZ35.7545.2345.88-
YUV171.49128.28100.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.81%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=26.81%
G=38.51%
B=34.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331911720.3000.100.25160.3431.1863.53
Hex85BFAC1E0A19a01f40
Octal205277254360123124037100
Binary10000101101111111010110011110010101100110100000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85BFAC; }

 p { color: rgb(133,191,172); }

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

<style>
 a { background-color: #85BFAC; }

 a { background-color: rgb(133,191,172); }

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

<style>
 span { border-color: #85BFAC; }

 span { border-color: rgb(133,191,172); }

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