Html Css Color HEX #89DCBB Bermuda

📋 copy color: '#89DCBB'

red 137 ◦ green 220 ◦ blue 187

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

Shades of Bermuda #89DCBB

Tints of Bermuda #89DCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.38%

R = 25.18%
G = 40.44%
B = 34.38%

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

#89DCBB (or 0x89DCBB) is known color: Bermuda. HEX triplet: 89, DC and BB. RGB value is (137,220,187). Sum of RGB (Red+Green+Blue) = 137+220+187=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCBB is #762344. Grayscale: #BFBFBF. Windows color (decimal): -7742277 or 12311689. OLE color: 12311689.

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

Color convert

RGB 137 220 187 -
CMYK 0.38 0 0.15 0.14
HSL 156.14º 0.54% 0.7% -
HSV(B) 156.14º 0.38% 0.86% -
XYZ 44.88 60.09 56.25 -
YUV 191.42 125.5 89.18 -
System Red Green Blue C M Y K H S L
Decimal 137 220 187 0.38 0 0.15 0.14 156.14 0.54 0.7
Hex 89 DC BB 26 0 F E 9C 36 46
Octal 211 334 273 46 0 17 16 234 66 106
Binary 10001001 11011100 10111011 100110 0 1111 1110 10011100 110110 1000110

Color Harmonies of #89DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DCBB

Black with #89DCBB

Text Example


Text Example

White with #89DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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