#89BAAA

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

Shades of Sea Nymph #89BAAA

Tints of Sea Nymph #89BAAA

Color information

#89BAAA (or 0x89BAAA) is unknown color: approx Sea Nymph. HEX triplet: 89, BA and AA. RGB value is (137,186,170). Sum of RGB (Red+Green+Blue) = 137+186+170=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #89BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BAAA is #764555. Grayscale: #A9A9A9. Windows color (decimal): -7750998 or 11188873. OLE color: 11188873.

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

Color convert

RGB137186170-
CMYK0.2600.090.27
HSL160.41º26.2%63.33%-
HSV(B)160.41º26.34%72.94%-
XYZ35.1343.3444.54-
YUV169.52128.27104.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.79%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=27.79%
G=37.73%
B=34.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371861700.2600.090.27160.4126.263.33
Hex89BAAA1A091Ba01a3f
Octal21127225232011332403277
Binary1000100110111010101010101101001001110111010000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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