#89D2B5

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

Shades of Bermuda #89D2B5

Tints of Bermuda #89D2B5

Color information

#89D2B5 (or 0x89D2B5) is unknown color: approx Bermuda. HEX triplet: 89, D2 and B5. RGB value is (137,210,181). Sum of RGB (Red+Green+Blue) = 137+210+181=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #89D2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D2B5 is #762D4A. Grayscale: #B8B8B8. Windows color (decimal): -7744843 or 11915913. OLE color: 11915913.

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

Color convert

RGB137210181-
CMYK0.3500.140.18
HSL156.16º44.79%68.04%-
HSV(B)156.16º34.76%82.35%-
XYZ41.754.7552.09-
YUV184.87125.8293.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.95%
GREEN value IS 210 (82.42% from 255) = 39.77%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=25.95%
G=39.77%
B=34.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1372101810.3500.140.18156.1644.7968.04
Hex89D2B5230E129c2d44
Octal211322265430162223455104
Binary1000100111010010101101011000110111010010100111001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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