#89ACA4

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

Shades of Sea Nymph #89ACA4

Tints of Sea Nymph #89ACA4

Color information

#89ACA4 (or 0x89ACA4) is unknown color: approx Sea Nymph. HEX triplet: 89, AC and A4. RGB value is (137,172,164). Sum of RGB (Red+Green+Blue) = 137+172+164=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 172 - color contains mainly: green. Hex color #89ACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ACA4 is #76535B. Grayscale: #A0A0A0. Windows color (decimal): -7754588 or 10792073. OLE color: 10792073.

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

Color convert

RGB137172164-
CMYK0.2000.050.33
HSL166.29º17.41%60.59%-
HSV(B)166.29º20.35%67.45%-
XYZ31.7737.540.69-
YUV160.62129.9111.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.96%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 164 (64.45% from 255) = 34.67%
R=28.96%
G=36.36%
B=34.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371721640.2000.050.33166.2917.4160.59
Hex89ACA4140521a6113d
Octal2112542442405412462175
Binary1000100110101100101001001010001011000011010011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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