#89C3BB

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

Shades of Bermuda #89C3BB

Tints of Bermuda #89C3BB

Color information

#89C3BB (or 0x89C3BB) is unknown color: approx Bermuda. HEX triplet: 89, C3 and BB. RGB value is (137,195,187). Sum of RGB (Red+Green+Blue) = 137+195+187=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #89C3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C3BB is #763C44. Grayscale: #B0B0B0. Windows color (decimal): -7748677 or 12305289. OLE color: 12305289.

HSL color Cylindrical-coordinate representation of color #89C3BB: hue angle of 171.72º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C3BB is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB137195187-
CMYK0.3000.040.24
HSL171.72º32.58%65.1%-
HSV(B)171.72º29.74%76.47%-
XYZ38.847.9454.22-
YUV176.75133.7899.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.40%
GREEN value IS 195 (76.56% from 255) = 37.57%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=26.40%
G=37.57%
B=36.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371951870.3000.040.24171.7232.5865.1
Hex89C3BB1E0418ac2141
Octal21130327336043025441101
Binary10001001110000111011101111110010011000101011001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,195,187); }

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

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

 a { background-color: rgb(137,195,187); }

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

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

 span { border-color: rgb(137,195,187); }

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