#89BDA9

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

Shades of Sea Nymph #89BDA9

Tints of Sea Nymph #89BDA9

Color information

#89BDA9 (or 0x89BDA9) is unknown color: approx Sea Nymph. HEX triplet: 89, BD and A9. RGB value is (137,189,169). Sum of RGB (Red+Green+Blue) = 137+189+169=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #89BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BDA9 is #764256. Grayscale: #ABABAB. Windows color (decimal): -7750231 or 11124105. OLE color: 11124105.

HSL color Cylindrical-coordinate representation of color #89BDA9: hue angle of 156.92º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BDA9 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB137189169-
CMYK0.2800.110.26
HSL156.92º28.26%63.92%-
HSV(B)156.92º27.51%74.12%-
XYZ35.6844.5844.26-
YUV171.17126.77103.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.68%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 169 (66.41% from 255) = 34.14%
R=27.68%
G=38.18%
B=34.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371891690.2800.110.26156.9228.2663.92
Hex89BDA91C0B1A9d1c40
Octal211275251340133223534100
Binary10001001101111011010100111100010111101010011101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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