#89CDBD

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

Shades of Bermuda #89CDBD

Tints of Bermuda #89CDBD

Color information

#89CDBD (or 0x89CDBD) is unknown color: approx Bermuda. HEX triplet: 89, CD and BD. RGB value is (137,205,189). Sum of RGB (Red+Green+Blue) = 137+205+189=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDBD is #763242. Grayscale: #B6B6B6. Windows color (decimal): -7746115 or 12438921. OLE color: 12438921.

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

Color convert

RGB137205189-
CMYK0.3300.080.20
HSL165.88º40.48%67.06%-
HSV(B)165.88º33.17%80.39%-
XYZ41.3352.6656.13-
YUV182.84131.4795.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.80%
GREEN value IS 205 (80.47% from 255) = 38.61%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=25.80%
G=38.61%
B=35.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1372051890.3300.080.20165.8840.4867.06
Hex89CDBD210814a62843
Octal211315275410102424650103
Binary1000100111001101101111011000010100010100101001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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