#89C1BE

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

Shades of Bermuda #89C1BE

Tints of Bermuda #89C1BE

Color information

#89C1BE (or 0x89C1BE) is unknown color: approx Bermuda. HEX triplet: 89, C1 and BE. RGB value is (137,193,190). Sum of RGB (Red+Green+Blue) = 137+193+190=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #89C1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C1BE is #763E41. Grayscale: #AFAFAF. Windows color (decimal): -7749186 or 12501385. OLE color: 12501385.

HSL color Cylindrical-coordinate representation of color #89C1BE: hue angle of 176.79º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89C1BE is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB137193190-
CMYK0.2900.020.24
HSL176.79º31.11%64.71%-
HSV(B)176.79º29.02%75.69%-
XYZ38.6847.1855.78-
YUV175.91135.95100.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.35%
GREEN value IS 193 (75.78% from 255) = 37.12%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=26.35%
G=37.12%
B=36.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371931900.2900.020.24176.7931.1164.71
Hex89C1BE1D0218b11f41
Octal21130127635023026137101
Binary100010011100000110111110111010101100010110001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,193,190); }

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

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

 a { background-color: rgb(137,193,190); }

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

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

 span { border-color: rgb(137,193,190); }

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