#85BFAA

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

Shades of Monte Carlo #85BFAA

Tints of Monte Carlo #85BFAA

Color information

#85BFAA (or 0x85BFAA) is unknown color: approx Monte Carlo. HEX triplet: 85, BF and AA. RGB value is (133,191,170). Sum of RGB (Red+Green+Blue) = 133+191+170=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #85BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BFAA is #7A4055. Grayscale: #ABABAB. Windows color (decimal): -8011862 or 11190149. OLE color: 11190149.

HSL color Cylindrical-coordinate representation of color #85BFAA: hue angle of 158.28º 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 #85BFAA is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB133191170-
CMYK0.3000.110.25
HSL158.28º31.18%63.53%-
HSV(B)158.28º30.37%74.9%-
XYZ35.5645.1544.87-
YUV171.26127.28100.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.92%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=26.92%
G=38.66%
B=34.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331911700.3000.110.25158.2831.1863.53
Hex85BFAA1E0B199e1f40
Octal205277252360133123637100
Binary10000101101111111010101011110010111100110011110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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