#89D0B5

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

Shades of Bermuda #89D0B5

Tints of Bermuda #89D0B5

Color information

#89D0B5 (or 0x89D0B5) is unknown color: approx Bermuda. HEX triplet: 89, D0 and B5. RGB value is (137,208,181). Sum of RGB (Red+Green+Blue) = 137+208+181=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #89D0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D0B5 is #762F4A. Grayscale: #B7B7B7. Windows color (decimal): -7745355 or 11915401. OLE color: 11915401.

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

Color convert

RGB137208181-
CMYK0.3400.130.18
HSL157.18º43.03%67.65%-
HSV(B)157.18º34.13%81.57%-
XYZ41.2153.7751.92-
YUV183.69126.4894.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.05%
GREEN value IS 208 (81.64% from 255) = 39.54%
BLUE value IS 181 (71.09% from 255) = 34.41%
R=26.05%
G=39.54%
B=34.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1372081810.3400.130.18157.1843.0367.65
Hex89D0B5220D129d2b44
Octal211320265420152223553104
Binary1000100111010000101101011000100110110010100111011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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