#89CAB6

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

Shades of Bermuda #89CAB6

Tints of Bermuda #89CAB6

Color information

#89CAB6 (or 0x89CAB6) is unknown color: approx Bermuda. HEX triplet: 89, CA and B6. RGB value is (137,202,182). Sum of RGB (Red+Green+Blue) = 137+202+182=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #89CAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CAB6 is #763549. Grayscale: #B4B4B4. Windows color (decimal): -7746890 or 11979401. OLE color: 11979401.

HSL color Cylindrical-coordinate representation of color #89CAB6: hue angle of 161.54º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89CAB6 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB137202182-
CMYK0.3200.100.21
HSL161.54º38.01%66.47%-
HSV(B)161.54º32.18%79.22%-
XYZ39.8850.9451.99-
YUV180.28128.9797.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.30%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=26.30%
G=38.77%
B=34.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1372021820.3200.100.21161.5438.0166.47
Hex89CAB6200A15a22642
Octal211312266400122524246102
Binary1000100111001010101101101000000101010101101000101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,202,182); }

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

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

 a { background-color: rgb(137,202,182); }

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

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

 span { border-color: rgb(137,202,182); }

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