#89CCC1

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

Shades of Bermuda #89CCC1

Tints of Bermuda #89CCC1

Color information

#89CCC1 (or 0x89CCC1) is unknown color: approx Bermuda. HEX triplet: 89, CC and C1. RGB value is (137,204,193). Sum of RGB (Red+Green+Blue) = 137+204+193=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCC1 is #76333E. Grayscale: #B6B6B6. Windows color (decimal): -7746367 or 12700809. OLE color: 12700809.

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

Color convert

RGB137204193-
CMYK0.3300.050.2
HSL170.15º39.64%66.86%-
HSV(B)170.15º32.84%80%-
XYZ41.5452.3558.37-
YUV182.71133.895.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.66%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=25.66%
G=38.20%
B=36.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1372041930.3300.050.2170.1539.6466.86
Hex89CCC1210514aa2843
Octal21131430141052425250103
Binary100010011100110011000001100001010110100101010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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