#89CCC4

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

Shades of Bermuda #89CCC4

Tints of Bermuda #89CCC4

Color information

#89CCC4 (or 0x89CCC4) is unknown color: approx Bermuda. HEX triplet: 89, CC and C4. RGB value is (137,204,196). Sum of RGB (Red+Green+Blue) = 137+204+196=537 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.51% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCC4 is #76333B. Grayscale: #B7B7B7. Windows color (decimal): -7746364 or 12897417. OLE color: 12897417.

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

Color convert

RGB137204196-
CMYK0.3300.040.2
HSL172.84º39.64%66.86%-
HSV(B)172.84º32.84%80%-
XYZ41.8752.4960.15-
YUV183.05135.395.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.51%
GREEN value IS 204 (80.08% from 255) = 37.99%
BLUE value IS 196 (76.95% from 255) = 36.50%
R=25.51%
G=37.99%
B=36.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1372041960.3300.040.2172.8439.6466.86
Hex89CCC4210414ad2843
Octal21131430441042425550103
Binary100010011100110011000100100001010010100101011011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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