#89CEB8

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

Shades of Bermuda #89CEB8

Tints of Bermuda #89CEB8

Color information

#89CEB8 (or 0x89CEB8) is unknown color: approx Bermuda. HEX triplet: 89, CE and B8. RGB value is (137,206,184). Sum of RGB (Red+Green+Blue) = 137+206+184=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CEB8 is #763147. Grayscale: #B6B6B6. Windows color (decimal): -7745864 or 12111497. OLE color: 12111497.

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

Color convert

RGB137206184-
CMYK0.3300.110.19
HSL160.87º41.32%67.25%-
HSV(B)160.87º33.5%80.78%-
XYZ41.0452.9253.4-
YUV182.86128.6495.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.00%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 184 (72.27% from 255) = 34.91%
R=26.00%
G=39.09%
B=34.91%

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
Decimal1372061840.3300.110.19160.8741.3267.25
Hex89CEB8210B13a12943
Octal211316270410132324151103
Binary1000100111001110101110001000010101110011101000011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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