#89C2BB

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

Shades of Monte Carlo #89C2BB

Tints of Monte Carlo #89C2BB

Color information

#89C2BB (or 0x89C2BB) is unknown color: approx Monte Carlo. HEX triplet: 89, C2 and BB. RGB value is (137,194,187). Sum of RGB (Red+Green+Blue) = 137+194+187=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #89C2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C2BB is #763D44. Grayscale: #B0B0B0. Windows color (decimal): -7748933 or 12305033. OLE color: 12305033.

HSL color Cylindrical-coordinate representation of color #89C2BB: hue angle of 172.63º degrees, saturation: 0.32, 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 #89C2BB is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB137194187-
CMYK0.2900.040.24
HSL172.63º31.84%64.9%-
HSV(B)172.63º29.38%76.08%-
XYZ38.5847.4954.15-
YUV176.16134.12100.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.45%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=26.45%
G=37.45%
B=36.10%

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
Decimal1371941870.2900.040.24172.6331.8464.9
Hex89C2BB1D0418ad2041
Octal21130227335043025540101
Binary10001001110000101011101111101010011000101011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,194,187); }

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

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

 a { background-color: rgb(137,194,187); }

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

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

 span { border-color: rgb(137,194,187); }

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