#89CCB9

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

Shades of Bermuda #89CCB9

Tints of Bermuda #89CCB9

Color information

#89CCB9 (or 0x89CCB9) is unknown color: approx Bermuda. HEX triplet: 89, CC and B9. RGB value is (137,204,185). Sum of RGB (Red+Green+Blue) = 137+204+185=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCB9 is #763346. Grayscale: #B5B5B5. Windows color (decimal): -7746375 or 12176521. OLE color: 12176521.

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

Color convert

RGB137204185-
CMYK0.3300.090.2
HSL162.99º39.64%66.86%-
HSV(B)162.99º32.84%80%-
XYZ40.6752.0153.79-
YUV181.8129.896.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.05%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=26.05%
G=38.78%
B=35.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1372041850.3300.090.2162.9939.6466.86
Hex89CCB9210914a32843
Octal211314271410112424350103
Binary1000100111001100101110011000010100110100101000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,204,185); }

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

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

 a { background-color: rgb(137,204,185); }

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

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

 span { border-color: rgb(137,204,185); }

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