#89ACA9

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

Shades of Sea Nymph #89ACA9

Tints of Sea Nymph #89ACA9

Color information

#89ACA9 (or 0x89ACA9) is unknown color: approx Sea Nymph. HEX triplet: 89, AC and A9. RGB value is (137,172,169). Sum of RGB (Red+Green+Blue) = 137+172+169=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 172 - color contains mainly: green. Hex color #89ACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ACA9 is #765356. Grayscale: #A1A1A1. Windows color (decimal): -7754583 or 11119753. OLE color: 11119753.

HSL color Cylindrical-coordinate representation of color #89ACA9: hue angle of 174.86º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89ACA9 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB137172169-
CMYK0.2000.020.33
HSL174.86º17.41%60.59%-
HSV(B)174.86º20.35%67.45%-
XYZ32.2337.6943.11-
YUV161.19132.4110.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.66%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 169 (66.41% from 255) = 35.36%
R=28.66%
G=35.98%
B=35.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371721690.2000.020.33174.8617.4160.59
Hex89ACA9140221af113d
Octal2112542512402412572175
Binary100010011010110010101001101000101000011010111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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