#89C8BE

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

Shades of Bermuda #89C8BE

Tints of Bermuda #89C8BE

Color information

#89C8BE (or 0x89C8BE) is unknown color: approx Bermuda. HEX triplet: 89, C8 and BE. RGB value is (137,200,190). Sum of RGB (Red+Green+Blue) = 137+200+190=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #89C8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C8BE is #763741. Grayscale: #B4B4B4. Windows color (decimal): -7747394 or 12503177. OLE color: 12503177.

HSL color Cylindrical-coordinate representation of color #89C8BE: hue angle of 170.48º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89C8BE is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB137200190-
CMYK0.3200.050.22
HSL170.48º36.42%66.08%-
HSV(B)170.48º31.5%78.43%-
XYZ40.2750.3456.31-
YUV180.02133.6397.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.00%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=26.00%
G=37.95%
B=36.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1372001900.3200.050.22170.4836.4266.08
Hex89C8BE200516aa2442
Octal21131027640052625244102
Binary100010011100100010111110100000010110110101010101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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