#89CBBF

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

Shades of Bermuda #89CBBF

Tints of Bermuda #89CBBF

Color information

#89CBBF (or 0x89CBBF) is unknown color: approx Bermuda. HEX triplet: 89, CB and BF. RGB value is (137,203,191). Sum of RGB (Red+Green+Blue) = 137+203+191=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #89CBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CBBF is #763440. Grayscale: #B5B5B5. Windows color (decimal): -7746625 or 12569481. OLE color: 12569481.

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

Color convert

RGB137203191-
CMYK0.3300.060.20
HSL169.09º38.82%66.67%-
HSV(B)169.09º32.51%79.61%-
XYZ41.0851.7957.12-
YUV181.9133.1395.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.80%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 191 (75% from 255) = 35.97%
R=25.80%
G=38.23%
B=35.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1372031910.3300.060.20169.0938.8266.67
Hex89CBBF210614a92743
Octal21131327741062425147103
Binary100010011100101110111111100001011010100101010011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,203,191); }

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

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

 a { background-color: rgb(137,203,191); }

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

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

 span { border-color: rgb(137,203,191); }

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