#89BAB6

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

Shades of Monte Carlo #89BAB6

Tints of Monte Carlo #89BAB6

Color information

#89BAB6 (or 0x89BAB6) is unknown color: approx Monte Carlo. HEX triplet: 89, BA and B6. RGB value is (137,186,182). Sum of RGB (Red+Green+Blue) = 137+186+182=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #89BAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BAB6 is #764549. Grayscale: #AAAAAA. Windows color (decimal): -7750986 or 11975305. OLE color: 11975305.

HSL color Cylindrical-coordinate representation of color #89BAB6: hue angle of 175.1º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89BAB6 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB137186182-
CMYK0.2600.020.27
HSL175.1º26.2%63.33%-
HSV(B)175.1º26.34%72.94%-
XYZ36.3243.8150.8-
YUV170.89134.27103.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.13%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 182 (71.48% from 255) = 36.04%
R=27.13%
G=36.83%
B=36.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371861820.2600.020.27175.126.263.33
Hex89BAB61A021Baf1a3f
Octal2112722663202332573277
Binary10001001101110101011011011010010110111010111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89BAB6; }

 p { color: rgb(137,186,182); }

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

<style>
 a { background-color: #89BAB6; }

 a { background-color: rgb(137,186,182); }

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

<style>
 span { border-color: #89BAB6; }

 span { border-color: rgb(137,186,182); }

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