Html Css Color HEX #89DCBC Bermuda

📋 copy color: '#89DCBC'

red 137 ◦ green 220 ◦ blue 188

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

Shades of Bermuda #89DCBC

Tints of Bermuda #89DCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.5%

R = 25.14%
G = 40.37%
B = 34.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#89DCBC (or 0x89DCBC) is known color: Bermuda. HEX triplet: 89, DC and BC. RGB value is (137,220,188). Sum of RGB (Red+Green+Blue) = 137+220+188=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCBC is #762343. Grayscale: #BFBFBF. Windows color (decimal): -7742276 or 12377225. OLE color: 12377225.

HSL color Cylindrical-coordinate representation of color #89DCBC: hue angle of 156.87º 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 #89DCBC is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 220 188 -
CMYK 0.38 0 0.15 0.14
HSL 156.87º 0.54% 0.7% -
HSV(B) 156.87º 0.38% 0.86% -
XYZ 44.99 60.14 56.81 -
YUV 191.54 126 89.1 -
System Red Green Blue C M Y K H S L
Decimal 137 220 188 0.38 0 0.15 0.14 156.87 0.54 0.7
Hex 89 DC BC 26 0 F E 9D 36 46
Octal 211 334 274 46 0 17 16 235 66 106
Binary 10001001 11011100 10111100 100110 0 1111 1110 10011101 110110 1000110

Color Harmonies of #89DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DCBC

Black with #89DCBC

Text Example


Text Example

White with #89DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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