#89CAC9

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

Shades of Bermuda #89CAC9

Tints of Bermuda #89CAC9

Color information

#89CAC9 (or 0x89CAC9) is unknown color: approx Bermuda. HEX triplet: 89, CA and C9. RGB value is (137,202,201). Sum of RGB (Red+Green+Blue) = 137+202+201=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #89CAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CAC9 is #763536. Grayscale: #B6B6B6. Windows color (decimal): -7746871 or 13224585. OLE color: 13224585.

HSL color Cylindrical-coordinate representation of color #89CAC9: hue angle of 179.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89CAC9 is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB137202201-
CMYK0.3200.000.21
HSL179.08º38.01%66.47%-
HSV(B)179.08º32.18%79.22%-
XYZ41.9851.7863.04-
YUV182.45138.4795.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.37%
GREEN value IS 202 (79.30% from 255) = 37.41%
BLUE value IS 201 (78.91% from 255) = 37.22%
R=25.37%
G=37.41%
B=37.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1372022010.3200.000.21179.0838.0166.47
Hex89CAC9200015b32642
Octal21131231140002526346102
Binary1000100111001010110010011000000010101101100111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,202,201); }

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

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

 a { background-color: rgb(137,202,201); }

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

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

 span { border-color: rgb(137,202,201); }

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