#89CEB7

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

Shades of Bermuda #89CEB7

Tints of Bermuda #89CEB7

Color information

#89CEB7 (or 0x89CEB7) is unknown color: approx Bermuda. HEX triplet: 89, CE and B7. RGB value is (137,206,183). Sum of RGB (Red+Green+Blue) = 137+206+183=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CEB7 is #763148. Grayscale: #B6B6B6. Windows color (decimal): -7745865 or 12045961. OLE color: 12045961.

HSL color Cylindrical-coordinate representation of color #89CEB7: hue angle of 160º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CEB7 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB137206183-
CMYK0.3300.110.19
HSL160º41.32%67.25%-
HSV(B)160º33.5%80.78%-
XYZ40.9452.8852.85-
YUV182.75128.1495.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.05%
GREEN value IS 206 (80.86% from 255) = 39.16%
BLUE value IS 183 (71.88% from 255) = 34.79%
R=26.05%
G=39.16%
B=34.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1372061830.3300.110.1916041.3267.25
Hex89CEB7210B13a02943
Octal211316267410132324051103
Binary1000100111001110101101111000010101110011101000001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,206,183); }

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

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

 a { background-color: rgb(137,206,183); }

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

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

 span { border-color: rgb(137,206,183); }

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