#89BBA5

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

Shades of Sea Nymph #89BBA5

Tints of Sea Nymph #89BBA5

Color information

#89BBA5 (or 0x89BBA5) is unknown color: approx Sea Nymph. HEX triplet: 89, BB and A5. RGB value is (137,187,165). Sum of RGB (Red+Green+Blue) = 137+187+165=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #89BBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BBA5 is #76445A. Grayscale: #A9A9A9. Windows color (decimal): -7750747 or 10861449. OLE color: 10861449.

HSL color Cylindrical-coordinate representation of color #89BBA5: hue angle of 153.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89BBA5 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB137187165-
CMYK0.2700.120.27
HSL153.6º26.88%63.53%-
HSV(B)153.6º26.74%73.33%-
XYZ34.8843.5842.17-
YUV169.54125.44104.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.02%
GREEN value IS 187 (73.44% from 255) = 38.24%
BLUE value IS 165 (64.84% from 255) = 33.74%
R=28.02%
G=38.24%
B=33.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371871650.2700.120.27153.626.8863.53
Hex89BBA51B0C1B9a1b40
Octal211273245330143323233100
Binary10001001101110111010010111011011001101110011010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,187,165); }

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

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

 a { background-color: rgb(137,187,165); }

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

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

 span { border-color: rgb(137,187,165); }

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