#89CCBB

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

Shades of Bermuda #89CCBB

Tints of Bermuda #89CCBB

Color information

#89CCBB (or 0x89CCBB) is unknown color: approx Bermuda. HEX triplet: 89, CC and BB. RGB value is (137,204,187). Sum of RGB (Red+Green+Blue) = 137+204+187=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCBB is #763344. Grayscale: #B6B6B6. Windows color (decimal): -7746373 or 12307593. OLE color: 12307593.

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

Color convert

RGB137204187-
CMYK0.3300.080.2
HSL164.78º39.64%66.86%-
HSV(B)164.78º32.84%80%-
XYZ40.8852.0954.91-
YUV182.03130.895.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.95%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=25.95%
G=38.64%
B=35.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1372041870.3300.080.2164.7839.6466.86
Hex89CCBB210814a52843
Octal211314273410102424550103
Binary1000100111001100101110111000010100010100101001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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