#89CCC0

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

Shades of Bermuda #89CCC0

Tints of Bermuda #89CCC0

Color information

#89CCC0 (or 0x89CCC0) is unknown color: approx Bermuda. HEX triplet: 89, CC and C0. RGB value is (137,204,192). Sum of RGB (Red+Green+Blue) = 137+204+192=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCC0 is #76333F. Grayscale: #B6B6B6. Windows color (decimal): -7746368 or 12635273. OLE color: 12635273.

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

Color convert

RGB137204192-
CMYK0.3300.060.2
HSL169.25º39.64%66.86%-
HSV(B)169.25º32.84%80%-
XYZ41.4252.3157.78-
YUV182.6133.395.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.70%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 192 (75.39% from 255) = 36.02%
R=25.70%
G=38.27%
B=36.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1372041920.3300.060.2169.2539.6466.86
Hex89CCC0210614a92843
Octal21131430041062425150103
Binary100010011100110011000000100001011010100101010011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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