#89C1BD

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

Shades of Bermuda #89C1BD

Tints of Bermuda #89C1BD

Color information

#89C1BD (or 0x89C1BD) is unknown color: approx Bermuda. HEX triplet: 89, C1 and BD. RGB value is (137,193,189). Sum of RGB (Red+Green+Blue) = 137+193+189=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #89C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C1BD is #763E42. Grayscale: #AFAFAF. Windows color (decimal): -7749187 or 12435849. OLE color: 12435849.

HSL color Cylindrical-coordinate representation of color #89C1BD: hue angle of 175.71º 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 #89C1BD is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB137193189-
CMYK0.2900.020.24
HSL175.71º31.11%64.71%-
HSV(B)175.71º29.02%75.69%-
XYZ38.5747.1355.21-
YUV175.8135.45100.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.40%
GREEN value IS 193 (75.78% from 255) = 37.19%
BLUE value IS 189 (74.22% from 255) = 36.42%
R=26.40%
G=37.19%
B=36.42%

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
Decimal1371931890.2900.020.24175.7131.1164.71
Hex89C1BD1D0218b01f41
Octal21130127535023026037101
Binary100010011100000110111101111010101100010110000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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