#89C4BD

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

Shades of Bermuda #89C4BD

Tints of Bermuda #89C4BD

Color information

#89C4BD (or 0x89C4BD) is unknown color: approx Bermuda. HEX triplet: 89, C4 and BD. RGB value is (137,196,189). Sum of RGB (Red+Green+Blue) = 137+196+189=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 196 - color contains mainly: green. Hex color #89C4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C4BD is #763B42. Grayscale: #B1B1B1. Windows color (decimal): -7748419 or 12436617. OLE color: 12436617.

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

Color convert

RGB137196189-
CMYK0.3000.040.23
HSL172.88º33.33%65.29%-
HSV(B)172.88º30.1%76.86%-
XYZ39.2448.4755.43-
YUV177.56134.4599.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.25%
GREEN value IS 196 (76.95% from 255) = 37.55%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=26.25%
G=37.55%
B=36.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1371961890.3000.040.23172.8833.3365.29
Hex89C4BD1E0417ad2141
Octal21130427536042725541101
Binary10001001110001001011110111110010010111101011011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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