#89C0BF

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

Shades of Bermuda #89C0BF

Tints of Bermuda #89C0BF

Color information

#89C0BF (or 0x89C0BF) is unknown color: approx Bermuda. HEX triplet: 89, C0 and BF. RGB value is (137,192,191). Sum of RGB (Red+Green+Blue) = 137+192+191=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #89C0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C0BF is #763F40. Grayscale: #AFAFAF. Windows color (decimal): -7749441 or 12566665. OLE color: 12566665.

HSL color Cylindrical-coordinate representation of color #89C0BF: hue angle of 178.91º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89C0BF is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB137192191-
CMYK0.2900.010.25
HSL178.91º30.39%64.51%-
HSV(B)178.91º28.65%75.29%-
XYZ38.5746.7856.29-
YUV175.44136.78100.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.35%
GREEN value IS 192 (75.39% from 255) = 36.92%
BLUE value IS 191 (75% from 255) = 36.73%
R=26.35%
G=36.92%
B=36.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371921910.2900.010.25178.9130.3964.51
Hex89C0BF1D0119b31e41
Octal21130027735013126336101
Binary10001001110000001011111111101011100110110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,192,191); }

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

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

 a { background-color: rgb(137,192,191); }

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

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

 span { border-color: rgb(137,192,191); }

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