#89ADAA

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

Shades of Sea Nymph #89ADAA

Tints of Sea Nymph #89ADAA

Color information

#89ADAA (or 0x89ADAA) is unknown color: approx Sea Nymph. HEX triplet: 89, AD and AA. RGB value is (137,173,170). Sum of RGB (Red+Green+Blue) = 137+173+170=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #89ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ADAA is #765255. Grayscale: #A1A1A1. Windows color (decimal): -7754326 or 11185545. OLE color: 11185545.

HSL color Cylindrical-coordinate representation of color #89ADAA: hue angle of 175º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89ADAA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB137173170-
CMYK0.2100.020.32
HSL175º18%60.78%-
HSV(B)175º20.81%67.84%-
XYZ32.5238.1143.67-
YUV161.89132.57110.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.54%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=28.54%
G=36.04%
B=35.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371731700.2100.020.321751860.78
Hex89ADAA150220af123d
Octal2112552522502402572275
Binary100010011010110110101010101010101000001010111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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