#89C8AF

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

Shades of Monte Carlo #89C8AF

Tints of Monte Carlo #89C8AF

Color information

#89C8AF (or 0x89C8AF) is unknown color: approx Monte Carlo. HEX triplet: 89, C8 and AF. RGB value is (137,200,175). Sum of RGB (Red+Green+Blue) = 137+200+175=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #89C8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C8AF is #763750. Grayscale: #B2B2B2. Windows color (decimal): -7747409 or 11520137. OLE color: 11520137.

HSL color Cylindrical-coordinate representation of color #89C8AF: hue angle of 156.19º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89C8AF is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB137200175-
CMYK0.3200.120.22
HSL156.19º36.42%66.08%-
HSV(B)156.19º31.5%78.43%-
XYZ38.7149.7248.11-
YUV178.31126.1398.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.76%
GREEN value IS 200 (78.52% from 255) = 39.06%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=26.76%
G=39.06%
B=34.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1372001750.3200.120.22156.1936.4266.08
Hex89C8AF200C169c2442
Octal211310257400142623444102
Binary1000100111001000101011111000000110010110100111001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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