#89D3C0

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

Shades of Bermuda #89D3C0

Tints of Bermuda #89D3C0

Color information

#89D3C0 (or 0x89D3C0) is unknown color: approx Bermuda. HEX triplet: 89, D3 and C0. RGB value is (137,211,192). Sum of RGB (Red+Green+Blue) = 137+211+192=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #89D3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D3C0 is #762C3F. Grayscale: #BABABA. Windows color (decimal): -7744576 or 12637065. OLE color: 12637065.

HSL color Cylindrical-coordinate representation of color #89D3C0: hue angle of 164.59º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89D3C0 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB137211192-
CMYK0.3500.090.17
HSL164.59º45.68%68.24%-
HSV(B)164.59º35.07%82.75%-
XYZ43.1355.7158.35-
YUV186.71130.9892.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.37%
GREEN value IS 211 (82.81% from 255) = 39.07%
BLUE value IS 192 (75.39% from 255) = 35.56%
R=25.37%
G=39.07%
B=35.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1372111920.3500.090.17164.5945.6868.24
Hex89D3C0230911a52e44
Octal211323300430112124556104
Binary1000100111010011110000001000110100110001101001011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,211,192); }

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

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

 a { background-color: rgb(137,211,192); }

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

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

 span { border-color: rgb(137,211,192); }

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