#89BBAB

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

Shades of Sea Nymph #89BBAB

Tints of Sea Nymph #89BBAB

Color information

#89BBAB (or 0x89BBAB) is unknown color: approx Sea Nymph. HEX triplet: 89, BB and AB. RGB value is (137,187,171). Sum of RGB (Red+Green+Blue) = 137+187+171=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #89BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BBAB is #764454. Grayscale: #AAAAAA. Windows color (decimal): -7750741 or 11254665. OLE color: 11254665.

HSL color Cylindrical-coordinate representation of color #89BBAB: hue angle of 160.8º 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 #89BBAB is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB137187171-
CMYK0.2700.090.27
HSL160.8º26.88%63.53%-
HSV(B)160.8º26.74%73.33%-
XYZ35.4443.845.11-
YUV170.23128.44104.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.68%
GREEN value IS 187 (73.44% from 255) = 37.78%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=27.68%
G=37.78%
B=34.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371871710.2700.090.27160.826.8863.53
Hex89BBAB1B091Ba11b40
Octal211273253330113324133100
Binary10001001101110111010101111011010011101110100001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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