Html Css Color HEX #89DDBD Bermuda

📋 copy color: '#89DDBD'

red 137 ◦ green 221 ◦ blue 189

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

Shades of Bermuda #89DDBD

Tints of Bermuda #89DDBD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.4%

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 25.05%
G = 40.4%
B = 34.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#89DDBD (or 0x89DDBD) is known color: Bermuda. HEX triplet: 89, DD and BD. RGB value is (137,221,189). Sum of RGB (Red+Green+Blue) = 137+221+189=547 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.05% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #89DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DDBD is #762242. Grayscale: #C0C0C0. Windows color (decimal): -7742019 or 12443017. OLE color: 12443017.

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

Color convert

RGB 137 221 189 -
CMYK 0.38 0 0.14 0.13
HSL 157.14º 0.55% 0.7% -
HSV(B) 157.14º 0.38% 0.87% -
XYZ 45.36 60.71 57.47 -
YUV 192.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 137 221 189 0.38 0 0.14 0.13 157.14 0.55 0.7
Hex 89 DD BD 26 0 E D 9D 37 46
Octal 211 335 275 46 0 16 15 235 67 106
Binary 10001001 11011101 10111101 100110 0 1110 1101 10011101 110111 1000110

Color Harmonies of #89DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DDBD

Black with #89DDBD

Text Example


Text Example

White with #89DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,221,189); }

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

background-color css

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

 a { background-color: rgb(137,221,189); }

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

border-color css

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

 span { border-color: rgb(137,221,189); }

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