#89BEB1

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

Shades of Monte Carlo #89BEB1

Tints of Monte Carlo #89BEB1

Color information

#89BEB1 (or 0x89BEB1) is unknown color: approx Monte Carlo. HEX triplet: 89, BE and B1. RGB value is (137,190,177). Sum of RGB (Red+Green+Blue) = 137+190+177=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #89BEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BEB1 is #76414E. Grayscale: #ACACAC. Windows color (decimal): -7749967 or 11648649. OLE color: 11648649.

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

Color convert

RGB137190177-
CMYK0.2800.070.25
HSL165.28º28.96%64.12%-
HSV(B)165.28º27.89%74.51%-
XYZ36.6745.3248.41-
YUV172.67130.44102.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.18%
GREEN value IS 190 (74.61% from 255) = 37.70%
BLUE value IS 177 (69.53% from 255) = 35.12%
R=27.18%
G=37.70%
B=35.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371901770.2800.070.25165.2828.9664.12
Hex89BEB11C0719a51d40
Octal21127626134073124535100
Binary1000100110111110101100011110001111100110100101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,190,177); }

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

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

 a { background-color: rgb(137,190,177); }

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

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

 span { border-color: rgb(137,190,177); }

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