#89C0AF

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

Shades of Monte Carlo #89C0AF

Tints of Monte Carlo #89C0AF

Color information

#89C0AF (or 0x89C0AF) is unknown color: approx Monte Carlo. HEX triplet: 89, C0 and AF. RGB value is (137,192,175). Sum of RGB (Red+Green+Blue) = 137+192+175=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #89C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C0AF is #763F50. Grayscale: #ADADAD. Windows color (decimal): -7749457 or 11518089. OLE color: 11518089.

HSL color Cylindrical-coordinate representation of color #89C0AF: hue angle of 161.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89C0AF is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB137192175-
CMYK0.2900.090.25
HSL161.45º30.39%64.51%-
HSV(B)161.45º28.65%75.29%-
XYZ36.946.1147.51-
YUV173.62128.78101.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.18%
GREEN value IS 192 (75.39% from 255) = 38.10%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=27.18%
G=38.10%
B=34.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371921750.2900.090.25161.4530.3964.51
Hex89C0AF1D0919a11e41
Octal211300257350113124136101
Binary10001001110000001010111111101010011100110100001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,192,175); }

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

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

 a { background-color: rgb(137,192,175); }

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

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

 span { border-color: rgb(137,192,175); }

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