#89A9A5

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

Shades of Sea Nymph #89A9A5

Tints of Sea Nymph #89A9A5

Color information

#89A9A5 (or 0x89A9A5) is unknown color: approx Sea Nymph. HEX triplet: 89, A9 and A5. RGB value is (137,169,165). Sum of RGB (Red+Green+Blue) = 137+169+165=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 169 - color contains mainly: green. Hex color #89A9A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A9A5 is #76565A. Grayscale: #9E9E9E. Windows color (decimal): -7755355 or 10856841. OLE color: 10856841.

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

Color convert

RGB137169165-
CMYK0.1900.020.34
HSL172.5º15.69%60%-
HSV(B)172.5º18.93%66.27%-
XYZ31.336.4140.98-
YUV158.98131.4112.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.09%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 165 (64.84% from 255) = 35.03%
R=29.09%
G=35.88%
B=35.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1371691650.1900.020.34172.515.6960
Hex89A9A5130222ac103c
Octal2112512452302422542074
Binary100010011010100110100101100110101000101010110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,169,165); }

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

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

 a { background-color: rgb(137,169,165); }

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

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

 span { border-color: rgb(137,169,165); }

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