#89CEBE

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

Shades of Bermuda #89CEBE

Tints of Bermuda #89CEBE

Color information

#89CEBE (or 0x89CEBE) is unknown color: approx Bermuda. HEX triplet: 89, CE and BE. RGB value is (137,206,190). Sum of RGB (Red+Green+Blue) = 137+206+190=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CEBE is #763141. Grayscale: #B7B7B7. Windows color (decimal): -7745858 or 12504713. OLE color: 12504713.

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

Color convert

RGB137206190-
CMYK0.3300.080.19
HSL166.09º41.32%67.25%-
HSV(B)166.09º33.5%80.78%-
XYZ41.6853.1856.78-
YUV183.54131.6494.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.70%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=25.70%
G=38.65%
B=35.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1372061900.3300.080.19166.0941.3267.25
Hex89CEBE210813a62943
Octal211316276410102324651103
Binary1000100111001110101111101000010100010011101001101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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