#89D4BB

Color #89D4BB Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #89D4BB

Tints of Bermuda #89D4BB

Color information

#89D4BB (or 0x89D4BB) is unknown color: approx Bermuda. HEX triplet: 89, D4 and BB. RGB value is (137,212,187). Sum of RGB (Red+Green+Blue) = 137+212+187=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #89D4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D4BB is #762B44. Grayscale: #BABABA. Windows color (decimal): -7744325 or 12309641. OLE color: 12309641.

HSL color Cylindrical-coordinate representation of color #89D4BB: hue angle of 160º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89D4BB is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB137212187-
CMYK0.3500.120.17
HSL160º46.58%68.43%-
HSV(B)160º35.38%83.14%-
XYZ42.8355.9955.56-
YUV186.72128.1592.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.56%
GREEN value IS 212 (83.20% from 255) = 39.55%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=25.56%
G=39.55%
B=34.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1372121870.3500.120.1716046.5868.43
Hex89D4BB230C11a02f44
Octal211324273430142124057104
Binary1000100111010100101110111000110110010001101000001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89D4BB;
 }
 .AnyTagClassName
 {
   color: #89D4BB;
 }
</style>
background-color css

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

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

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

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

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

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