#89ACA7

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

Shades of Sea Nymph #89ACA7

Tints of Sea Nymph #89ACA7

Color information

#89ACA7 (or 0x89ACA7) is unknown color: approx Sea Nymph. HEX triplet: 89, AC and A7. RGB value is (137,172,167). Sum of RGB (Red+Green+Blue) = 137+172+167=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 172 - color contains mainly: green. Hex color #89ACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ACA7 is #765358. Grayscale: #A0A0A0. Windows color (decimal): -7754585 or 10988681. OLE color: 10988681.

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

Color convert

RGB137172167-
CMYK0.2000.030.33
HSL171.43º17.41%60.59%-
HSV(B)171.43º20.35%67.45%-
XYZ32.0437.6142.13-
YUV160.96131.4110.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.78%
GREEN value IS 172 (67.58% from 255) = 36.13%
BLUE value IS 167 (65.62% from 255) = 35.08%
R=28.78%
G=36.13%
B=35.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371721670.2000.030.33171.4317.4160.59
Hex89ACA7140321ab113d
Octal2112542472403412532175
Binary100010011010110010100111101000111000011010101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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