#89c8b9

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

Shades of Bermuda #89C8B9

Tints of Bermuda #89C8B9

Color information

#89C8B9 (or 0x89C8B9) is unknown color: approx Bermuda. HEX triplet: 89, C8 and B9. RGB value is (137,200,185). Sum of RGB (Red+Green+Blue) = 137+200+185=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #89C8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C8B9 is #763746. Grayscale: #B3B3B3. Windows color (decimal): -7747399 or 12175497. OLE color: 12175497.

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

Color convert

RGB137200185-
CMYK0.3200.080.22
HSL165.71º36.42%66.08%-
HSV(B)165.71º31.5%78.43%-
XYZ39.7350.1353.48-
YUV179.45131.1397.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.25%
GREEN value IS 200 (78.52% from 255) = 38.31%
BLUE value IS 185 (72.66% from 255) = 35.44%
R=26.25%
G=38.31%
B=35.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1372001850.3200.080.22165.7136.4266.08
Hex89C8B9200816a62442
Octal211310271400102624644102
Binary1000100111001000101110011000000100010110101001101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89c8b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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