#89D0C7

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

Shades of Bermuda #89D0C7

Tints of Bermuda #89D0C7

Color information

#89D0C7 (or 0x89D0C7) is unknown color: approx Bermuda. HEX triplet: 89, D0 and C7. RGB value is (137,208,199). Sum of RGB (Red+Green+Blue) = 137+208+199=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #89D0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D0C7 is #762F38. Grayscale: #B9B9B9. Windows color (decimal): -7745337 or 13095049. OLE color: 13095049.

HSL color Cylindrical-coordinate representation of color #89D0C7: hue angle of 172.39º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89D0C7 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB137208199-
CMYK0.3400.040.18
HSL172.39º43.03%67.65%-
HSV(B)172.39º34.13%81.57%-
XYZ43.1854.5562.29-
YUV185.74135.4893.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.18%
GREEN value IS 208 (81.64% from 255) = 38.24%
BLUE value IS 199 (78.12% from 255) = 36.58%
R=25.18%
G=38.24%
B=36.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1372081990.3400.040.18172.3943.0367.65
Hex89D0C7220412ac2b44
Octal21132030742042225453104
Binary100010011101000011000111100010010010010101011001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,208,199); }

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

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

 a { background-color: rgb(137,208,199); }

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

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

 span { border-color: rgb(137,208,199); }

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