#89CDB5

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

Shades of Bermuda #89CDB5

Tints of Bermuda #89CDB5

Color information

#89CDB5 (or 0x89CDB5) is unknown color: approx Bermuda. HEX triplet: 89, CD and B5. RGB value is (137,205,181). Sum of RGB (Red+Green+Blue) = 137+205+181=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDB5 is #76324A. Grayscale: #B5B5B5. Windows color (decimal): -7746123 or 11914633. OLE color: 11914633.

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

Color convert

RGB137205181-
CMYK0.3300.120.20
HSL158.82º40.48%67.06%-
HSV(B)158.82º33.17%80.39%-
XYZ40.4952.3251.68-
YUV181.93127.4795.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.20%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 181 (71.09% from 255) = 34.61%
R=26.20%
G=39.20%
B=34.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1372051810.3300.120.20158.8240.4867.06
Hex89CDB5210C149f2843
Octal211315265410142423750103
Binary1000100111001101101101011000010110010100100111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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