#89AAA2

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

Shades of Sea Nymph #89AAA2

Tints of Sea Nymph #89AAA2

Color information

#89AAA2 (or 0x89AAA2) is unknown color: approx Sea Nymph. HEX triplet: 89, AA and A2. RGB value is (137,170,162). Sum of RGB (Red+Green+Blue) = 137+170+162=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 170 - color contains mainly: green. Hex color #89AAA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AAA2 is #76555D. Grayscale: #9F9F9F. Windows color (decimal): -7755102 or 10660489. OLE color: 10660489.

HSL color Cylindrical-coordinate representation of color #89AAA2: hue angle of 165.45º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89AAA2 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB137170162-
CMYK0.1900.050.33
HSL165.45º16.26%60.2%-
HSV(B)165.45º19.41%66.67%-
XYZ31.2136.6839.62-
YUV159.22129.57112.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.21%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=29.21%
G=36.25%
B=34.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371701620.1900.050.33165.4516.2660.2
Hex89AAA2130521a5103c
Octal2112522422305412452074
Binary1000100110101010101000101001101011000011010010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,170,162); }

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

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

 a { background-color: rgb(137,170,162); }

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

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

 span { border-color: rgb(137,170,162); }

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