Html Css Color HEX #89DCBA Bermuda

📋 copy color: '#89DCBA'

red 137 ◦ green 220 ◦ blue 186

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

Shades of Bermuda #89DCBA

Tints of Bermuda #89DCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.25%

R = 25.23%
G = 40.52%
B = 34.25%

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

#89DCBA (or 0x89DCBA) is known color: Bermuda. HEX triplet: 89, DC and BA. RGB value is (137,220,186). Sum of RGB (Red+Green+Blue) = 137+220+186=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCBA is #762345. Grayscale: #BFBFBF. Windows color (decimal): -7742278 or 12246153. OLE color: 12246153.

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

Color convert

RGB 137 220 186 -
CMYK 0.38 0 0.15 0.14
HSL 155.42º 0.54% 0.7% -
HSV(B) 155.42º 0.38% 0.86% -
XYZ 44.77 60.05 55.69 -
YUV 191.31 125 89.26 -
System Red Green Blue C M Y K H S L
Decimal 137 220 186 0.38 0 0.15 0.14 155.42 0.54 0.7
Hex 89 DC BA 26 0 F E 9B 36 46
Octal 211 334 272 46 0 17 16 233 66 106
Binary 10001001 11011100 10111010 100110 0 1111 1110 10011011 110110 1000110

Color Harmonies of #89DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DCBA

Black with #89DCBA

Text Example


Text Example

White with #89DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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