#89C1BA

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

Shades of Monte Carlo #89C1BA

Tints of Monte Carlo #89C1BA

Color information

#89C1BA (or 0x89C1BA) is unknown color: approx Monte Carlo. HEX triplet: 89, C1 and BA. RGB value is (137,193,186). Sum of RGB (Red+Green+Blue) = 137+193+186=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #89C1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C1BA is #763E45. Grayscale: #AFAFAF. Windows color (decimal): -7749190 or 12239241. OLE color: 12239241.

HSL color Cylindrical-coordinate representation of color #89C1BA: hue angle of 172.5º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89C1BA is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB137193186-
CMYK0.2900.040.24
HSL172.5º31.11%64.71%-
HSV(B)172.5º29.02%75.69%-
XYZ38.254753.51-
YUV175.46133.95100.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.55%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=26.55%
G=37.40%
B=36.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371931860.2900.040.24172.531.1164.71
Hex89C1BA1D0418ac1f41
Octal21130127235043025437101
Binary1000100111000001101110101110101001100010101100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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