#89AAA7

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

Shades of Sea Nymph #89AAA7

Tints of Sea Nymph #89AAA7

Color information

#89AAA7 (or 0x89AAA7) is unknown color: approx Sea Nymph. HEX triplet: 89, AA and A7. RGB value is (137,170,167). Sum of RGB (Red+Green+Blue) = 137+170+167=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 170 - color contains mainly: green. Hex color #89AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AAA7 is #765558. Grayscale: #9F9F9F. Windows color (decimal): -7755097 or 10988169. OLE color: 10988169.

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

Color convert

RGB137170167-
CMYK0.1900.020.33
HSL174.55º16.26%60.2%-
HSV(B)174.55º19.41%66.67%-
XYZ31.6736.8642-
YUV159.79132.07111.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.90%
GREEN value IS 170 (66.80% from 255) = 35.86%
BLUE value IS 167 (65.62% from 255) = 35.23%
R=28.90%
G=35.86%
B=35.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371701670.1900.020.33174.5516.2660.2
Hex89AAA7130221af103c
Octal2112522472302412572074
Binary100010011010101010100111100110101000011010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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