Html Css Color HEX #89D6BA Bermuda

📋 copy color: '#89D6BA'

red 137 ◦ green 214 ◦ blue 186

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

Shades of Bermuda #89D6BA

Tints of Bermuda #89D6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.85%

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

R = 25.51%
G = 39.85%
B = 34.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#89D6BA (or 0x89D6BA) is known color: Bermuda. HEX triplet: 89, D6 and BA. RGB value is (137,214,186). Sum of RGB (Red+Green+Blue) = 137+214+186=537 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.51% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #89D6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D6BA is #762945. Grayscale: #BBBBBB. Windows color (decimal): -7743814 or 12244617. OLE color: 12244617.

HSL color Cylindrical-coordinate representation of color #89D6BA: hue angle of 158.18º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89D6BA is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 214 186 -
CMYK 0.36 0 0.13 0.16
HSL 158.18º 0.48% 0.69% -
HSV(B) 158.18º 0.36% 0.84% -
XYZ 43.23 56.96 55.17 -
YUV 187.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 137 214 186 0.36 0 0.13 0.16 158.18 0.48 0.69
Hex 89 D6 BA 24 0 D 10 9E 30 45
Octal 211 326 272 44 0 15 20 236 60 105
Binary 10001001 11010110 10111010 100100 0 1101 10000 10011110 110000 1000101

Color Harmonies of #89D6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89D6BA

Black with #89D6BA

Text Example


Text Example

White with #89D6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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