#89B3A9

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

Shades of Sea Nymph #89B3A9

Tints of Sea Nymph #89B3A9

Color information

#89B3A9 (or 0x89B3A9) is unknown color: approx Sea Nymph. HEX triplet: 89, B3 and A9. RGB value is (137,179,169). Sum of RGB (Red+Green+Blue) = 137+179+169=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #89B3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B3A9 is #764C56. Grayscale: #A5A5A5. Windows color (decimal): -7752791 or 11121545. OLE color: 11121545.

HSL color Cylindrical-coordinate representation of color #89B3A9: hue angle of 165.71º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89B3A9 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB137179169-
CMYK0.2300.060.30
HSL165.71º21.65%61.96%-
HSV(B)165.71º23.46%70.2%-
XYZ33.640.4243.57-
YUV165.3130.09107.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.25%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=28.25%
G=36.91%
B=34.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1371791690.2300.060.30165.7121.6561.96
Hex89B3A917061Ea6163e
Octal2112632512706362462676
Binary100010011011001110101001101110110111101010011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,179,169); }

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

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

 a { background-color: rgb(137,179,169); }

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

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

 span { border-color: rgb(137,179,169); }

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