Html Css Color HEX #89D2B6 Bermuda

📋 copy color: '#89D2B6'

red 137 ◦ green 210 ◦ blue 182

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

Shades of Bermuda #89D2B6

Tints of Bermuda #89D2B6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.7%

 BLUE value IS 182 (71.48% from 255) = 34.4%

R = 25.9%
G = 39.7%
B = 34.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#89D2B6 (or 0x89D2B6) is known color: Bermuda. HEX triplet: 89, D2 and B6. RGB value is (137,210,182). Sum of RGB (Red+Green+Blue) = 137+210+182=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #89D2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D2B6 is #762D49. Grayscale: #B9B9B9. Windows color (decimal): -7744842 or 11981449. OLE color: 11981449.

HSL color Cylindrical-coordinate representation of color #89D2B6: hue angle of 156.99º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89D2B6 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 210 182 -
CMYK 0.35 0 0.13 0.18
HSL 156.99º 0.45% 0.68% -
HSV(B) 156.99º 0.35% 0.82% -
XYZ 41.81 54.79 52.63 -
YUV 184.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 137 210 182 0.35 0 0.13 0.18 156.99 0.45 0.68
Hex 89 D2 B6 23 0 D 12 9D 2D 44
Octal 211 322 266 43 0 15 22 235 55 104
Binary 10001001 11010010 10110110 100011 0 1101 10010 10011101 101101 1000100

Color Harmonies of #89D2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89D2B6

Black with #89D2B6

Text Example


Text Example

White with #89D2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,210,182); }

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

background-color css

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

 a { background-color: rgb(137,210,182); }

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

border-color css

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

 span { border-color: rgb(137,210,182); }

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