#89CABC

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

Shades of Bermuda #89CABC

Tints of Bermuda #89CABC

Color information

#89CABC (or 0x89CABC) is unknown color: approx Bermuda. HEX triplet: 89, CA and BC. RGB value is (137,202,188). Sum of RGB (Red+Green+Blue) = 137+202+188=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #89CABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CABC is #763543. Grayscale: #B4B4B4. Windows color (decimal): -7746884 or 12372617. OLE color: 12372617.

HSL color Cylindrical-coordinate representation of color #89CABC: hue angle of 167.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 #89CABC is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB137202188-
CMYK0.3200.070.21
HSL167.08º38.01%66.47%-
HSV(B)167.08º32.18%79.22%-
XYZ40.5151.1955.32-
YUV180.97131.9796.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.00%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=26.00%
G=38.33%
B=35.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1372021880.3200.070.21167.0838.0166.47
Hex89CABC200715a72642
Octal21131227440072524746102
Binary100010011100101010111100100000011110101101001111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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