#89D4B8

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

Shades of Bermuda #89D4B8

Tints of Bermuda #89D4B8

Color information

#89D4B8 (or 0x89D4B8) is unknown color: approx Bermuda. HEX triplet: 89, D4 and B8. RGB value is (137,212,184). Sum of RGB (Red+Green+Blue) = 137+212+184=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #89D4B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D4B8 is #762B47. Grayscale: #BABABA. Windows color (decimal): -7744328 or 12113033. OLE color: 12113033.

HSL color Cylindrical-coordinate representation of color #89D4B8: hue angle of 157.6º 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 #89D4B8 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB137212184-
CMYK0.3500.130.17
HSL157.6º46.58%68.43%-
HSV(B)157.6º35.38%83.14%-
XYZ42.5155.8753.89-
YUV186.38126.6592.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.70%
GREEN value IS 212 (83.20% from 255) = 39.77%
BLUE value IS 184 (72.27% from 255) = 34.52%
R=25.70%
G=39.77%
B=34.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1372121840.3500.130.17157.646.5868.43
Hex89D4B8230D119e2f44
Octal211324270430152123657104
Binary1000100111010100101110001000110110110001100111101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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