#89AAA3

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

Shades of Sea Nymph #89AAA3

Tints of Sea Nymph #89AAA3

Color information

#89AAA3 (or 0x89AAA3) is unknown color: approx Sea Nymph. HEX triplet: 89, AA and A3. RGB value is (137,170,163). Sum of RGB (Red+Green+Blue) = 137+170+163=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #89AAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AAA3 is #76555C. Grayscale: #9F9F9F. Windows color (decimal): -7755101 or 10726025. OLE color: 10726025.

HSL color Cylindrical-coordinate representation of color #89AAA3: hue angle of 167.27º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89AAA3 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB137170163-
CMYK0.1900.040.33
HSL167.27º16.26%60.2%-
HSV(B)167.27º19.41%66.67%-
XYZ31.336.7140.09-
YUV159.33130.07112.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.15%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 163 (64.06% from 255) = 34.68%
R=29.15%
G=36.17%
B=34.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371701630.1900.040.33167.2716.2660.2
Hex89AAA3130421a7103c
Octal2112522432304412472074
Binary1000100110101010101000111001101001000011010011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,170,163); }

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

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

 a { background-color: rgb(137,170,163); }

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

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

 span { border-color: rgb(137,170,163); }

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