#89AEA7

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

Shades of Sea Nymph #89AEA7

Tints of Sea Nymph #89AEA7

Color information

#89AEA7 (or 0x89AEA7) is unknown color: approx Sea Nymph. HEX triplet: 89, AE and A7. RGB value is (137,174,167). Sum of RGB (Red+Green+Blue) = 137+174+167=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #89AEA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AEA7 is #765158. Grayscale: #A2A2A2. Windows color (decimal): -7754073 or 10989193. OLE color: 10989193.

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

Color convert

RGB137174167-
CMYK0.2100.040.32
HSL168.65º18.59%60.98%-
HSV(B)168.65º21.26%68.24%-
XYZ32.4338.3842.26-
YUV162.14130.74110.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.66%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 167 (65.62% from 255) = 34.94%
R=28.66%
G=36.40%
B=34.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371741670.2100.040.32168.6518.5960.98
Hex89AEA7150420a9133d
Octal2112562472504402512375
Binary1000100110101110101001111010101001000001010100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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