Html Css Color HEX #89DCBE Bermuda

📋 copy color: '#89DCBE'

red 137 ◦ green 220 ◦ blue 190

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

Shades of Bermuda #89DCBE

Tints of Bermuda #89DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.22%

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 25.05%
G = 40.22%
B = 34.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#89DCBE (or 0x89DCBE) is known color: Bermuda. HEX triplet: 89, DC and BE. RGB value is (137,220,190). Sum of RGB (Red+Green+Blue) = 137+220+190=547 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.05% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCBE is #762341. Grayscale: #BFBFBF. Windows color (decimal): -7742274 or 12508297. OLE color: 12508297.

HSL color Cylindrical-coordinate representation of color #89DCBE: hue angle of 158.31º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DCBE is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 220 190 -
CMYK 0.38 0 0.14 0.14
HSL 158.31º 0.54% 0.7% -
HSV(B) 158.31º 0.38% 0.86% -
XYZ 45.2 60.22 57.96 -
YUV 191.76 127 88.94 -
System Red Green Blue C M Y K H S L
Decimal 137 220 190 0.38 0 0.14 0.14 158.31 0.54 0.7
Hex 89 DC BE 26 0 E E 9E 36 46
Octal 211 334 276 46 0 16 16 236 66 106
Binary 10001001 11011100 10111110 100110 0 1110 1110 10011110 110110 1000110

Color Harmonies of #89DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DCBE

Black with #89DCBE

Text Example


Text Example

White with #89DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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