#89AEA1

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

Shades of Sea Nymph #89AEA1

Tints of Sea Nymph #89AEA1

Color information

#89AEA1 (or 0x89AEA1) is unknown color: approx Sea Nymph. HEX triplet: 89, AE and A1. RGB value is (137,174,161). Sum of RGB (Red+Green+Blue) = 137+174+161=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #89AEA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AEA1 is #76515E. Grayscale: #A1A1A1. Windows color (decimal): -7754079 or 10595977. OLE color: 10595977.

HSL color Cylindrical-coordinate representation of color #89AEA1: hue angle of 158.92º degrees, saturation: 0.19, 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 #89AEA1 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB137174161-
CMYK0.2100.070.32
HSL158.92º18.59%60.98%-
HSV(B)158.92º21.26%68.24%-
XYZ31.8938.1639.4-
YUV161.45127.74110.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.03%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 161 (63.28% from 255) = 34.11%
R=29.03%
G=36.86%
B=34.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371741610.2100.070.32158.9218.5960.98
Hex89AEA11507209f133d
Octal2112562412507402372375
Binary1000100110101110101000011010101111000001001111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,174,161); }

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

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

 a { background-color: rgb(137,174,161); }

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

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

 span { border-color: rgb(137,174,161); }

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