Html Css Color HEX #89C0B0 Monte Carlo

📋 copy color: '#89C0B0'

red 137 ◦ green 192 ◦ blue 176

#89C0B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monte Carlo #89C0B0

Tints of Monte Carlo #89C0B0

RGB

 RED value IS 137 (53.91% from 255) = 27.13%

 GREEN value IS 192 (75.39% from 255) = 38.02%

 BLUE value IS 176 (69.14% from 255) = 34.85%

R = 27.13%
G = 38.02%
B = 34.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#89C0B0 (or 0x89C0B0) is known color: Monte Carlo. HEX triplet: 89, C0 and B0. RGB value is (137,192,176). Sum of RGB (Red+Green+Blue) = 137+192+176=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #89C0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C0B0 is #763F4F. Grayscale: #ADADAD. Windows color (decimal): -7749456 or 11583625. OLE color: 11583625.

HSL color Cylindrical-coordinate representation of color #89C0B0: hue angle of 162.55º 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 #89C0B0 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 192 176 -
CMYK 0.29 0 0.08 0.25
HSL 162.55º 0.3% 0.65% -
HSV(B) 162.55º 0.29% 0.75% -
XYZ 37 46.15 48.03 -
YUV 173.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 137 192 176 0.29 0 0.08 0.25 162.55 0.3 0.65
Hex 89 C0 B0 1D 0 8 19 A3 1E 41
Octal 211 300 260 35 0 10 31 243 36 101
Binary 10001001 11000000 10110000 11101 0 1000 11001 10100011 11110 1000001

Color Harmonies of #89C0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C0B0

Black with #89C0B0

Text Example


Text Example

White with #89C0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89C0B0;
 }
 .AnyTagClassName
 {
   color: #89C0B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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