#89CCB3

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

Shades of Bermuda #89CCB3

Tints of Bermuda #89CCB3

Color information

#89CCB3 (or 0x89CCB3) is unknown color: approx Bermuda. HEX triplet: 89, CC and B3. RGB value is (137,204,179). Sum of RGB (Red+Green+Blue) = 137+204+179=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCB3 is #76334C. Grayscale: #B5B5B5. Windows color (decimal): -7746381 or 11783305. OLE color: 11783305.

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

Color convert

RGB137204179-
CMYK0.3300.120.2
HSL157.61º39.64%66.86%-
HSV(B)157.61º32.84%80%-
XYZ40.0551.7650.53-
YUV181.12126.896.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.35%
GREEN value IS 204 (80.08% from 255) = 39.23%
BLUE value IS 179 (70.31% from 255) = 34.42%
R=26.35%
G=39.23%
B=34.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1372041790.3300.120.2157.6139.6466.86
Hex89CCB3210C149e2843
Octal211314263410142423650103
Binary1000100111001100101100111000010110010100100111101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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