#89C8BC

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

Shades of Bermuda #89C8BC

Tints of Bermuda #89C8BC

Color information

#89C8BC (or 0x89C8BC) is unknown color: approx Bermuda. HEX triplet: 89, C8 and BC. RGB value is (137,200,188). Sum of RGB (Red+Green+Blue) = 137+200+188=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 200 - color contains mainly: green. Hex color #89C8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C8BC is #763743. Grayscale: #B3B3B3. Windows color (decimal): -7747396 or 12372105. OLE color: 12372105.

HSL color Cylindrical-coordinate representation of color #89C8BC: hue angle of 168.57º 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 #89C8BC is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB137200188-
CMYK0.3200.060.22
HSL168.57º36.42%66.08%-
HSV(B)168.57º31.5%78.43%-
XYZ40.0550.2655.17-
YUV179.8132.6397.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.10%
GREEN value IS 200 (78.52% from 255) = 38.10%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=26.10%
G=38.10%
B=35.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1372001880.3200.060.22168.5736.4266.08
Hex89C8BC200616a92442
Octal21131027440062625144102
Binary100010011100100010111100100000011010110101010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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