#89CDC6

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

Shades of Bermuda #89CDC6

Tints of Bermuda #89CDC6

Color information

#89CDC6 (or 0x89CDC6) is unknown color: approx Bermuda. HEX triplet: 89, CD and C6. RGB value is (137,205,198). Sum of RGB (Red+Green+Blue) = 137+205+198=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDC6 is #763239. Grayscale: #B7B7B7. Windows color (decimal): -7746106 or 13028745. OLE color: 13028745.

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

Color convert

RGB137205198-
CMYK0.3300.030.20
HSL173.82º40.48%67.06%-
HSV(B)173.82º33.17%80.39%-
XYZ42.3453.0661.44-
YUV183.87135.9794.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.37%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 198 (77.73% from 255) = 36.67%
R=25.37%
G=37.96%
B=36.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1372051980.3300.030.20173.8240.4867.06
Hex89CDC6210314ae2843
Octal21131530641032425650103
Binary10001001110011011100011010000101110100101011101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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