#89BAA4

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

Shades of Sea Nymph #89BAA4

Tints of Sea Nymph #89BAA4

Color information

#89BAA4 (or 0x89BAA4) is unknown color: approx Sea Nymph. HEX triplet: 89, BA and A4. RGB value is (137,186,164). Sum of RGB (Red+Green+Blue) = 137+186+164=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #89BAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BAA4 is #76455B. Grayscale: #A8A8A8. Windows color (decimal): -7751004 or 10795657. OLE color: 10795657.

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

Color convert

RGB137186164-
CMYK0.2600.120.27
HSL153.06º26.2%63.33%-
HSV(B)153.06º26.34%72.94%-
XYZ34.5843.1241.62-
YUV168.84125.27105.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.13%
GREEN value IS 186 (73.05% from 255) = 38.19%
BLUE value IS 164 (64.45% from 255) = 33.68%
R=28.13%
G=38.19%
B=33.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371861640.2600.120.27153.0626.263.33
Hex89BAA41A0C1B991a3f
Octal21127224432014332313277
Binary1000100110111010101001001101001100110111001100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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