Html Css Color HEX #89B8B4 Monte Carlo

📋 copy color: '#89B8B4'

red 137 ◦ green 184 ◦ blue 180

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

Shades of Monte Carlo #89B8B4

Tints of Monte Carlo #89B8B4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.73%

 BLUE value IS 180 (70.7% from 255) = 35.93%

R = 27.35%
G = 36.73%
B = 35.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#89B8B4 (or 0x89B8B4) is known color: Monte Carlo. HEX triplet: 89, B8 and B4. RGB value is (137,184,180). Sum of RGB (Red+Green+Blue) = 137+184+180=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 184 - color contains mainly: green. Hex color #89B8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B8B4 is #76474B. Grayscale: #A9A9A9. Windows color (decimal): -7751500 or 11843721. OLE color: 11843721.

HSL color Cylindrical-coordinate representation of color #89B8B4: hue angle of 174.89º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89B8B4 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 137 184 180 -
CMYK 0.26 0 0.02 0.28
HSL 174.89º 0.25% 0.63% -
HSV(B) 174.89º 0.26% 0.72% -
XYZ 35.7 42.89 49.58 -
YUV 169.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 137 184 180 0.26 0 0.02 0.28 174.89 0.25 0.63
Hex 89 B8 B4 1A 0 2 1C AF 19 3F
Octal 211 270 264 32 0 2 34 257 31 77
Binary 10001001 10111000 10110100 11010 0 10 11100 10101111 11001 111111

Color Harmonies of #89B8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B8B4

Black with #89B8B4

Text Example


Text Example

White with #89B8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,184,180); }

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

background-color css

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

 a { background-color: rgb(137,184,180); }

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

border-color css

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

 span { border-color: rgb(137,184,180); }

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