#89CDBA

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

Shades of Bermuda #89CDBA

Tints of Bermuda #89CDBA

Color information

#89CDBA (or 0x89CDBA) is unknown color: approx Bermuda. HEX triplet: 89, CD and BA. RGB value is (137,205,186). Sum of RGB (Red+Green+Blue) = 137+205+186=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDBA is #763245. Grayscale: #B6B6B6. Windows color (decimal): -7746118 or 12242313. OLE color: 12242313.

HSL color Cylindrical-coordinate representation of color #89CDBA: hue angle of 163.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CDBA is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB137205186-
CMYK0.3300.090.20
HSL163.24º40.48%67.06%-
HSV(B)163.24º33.17%80.39%-
XYZ41.0152.5354.43-
YUV182.5129.9795.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.95%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=25.95%
G=38.83%
B=35.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1372051860.3300.090.20163.2440.4867.06
Hex89CDBA210914a32843
Octal211315272410112424350103
Binary1000100111001101101110101000010100110100101000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,205,186); }

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

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

 a { background-color: rgb(137,205,186); }

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

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

 span { border-color: rgb(137,205,186); }

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