#89BAB0

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

Shades of Sea Nymph #89BAB0

Tints of Sea Nymph #89BAB0

Color information

#89BAB0 (or 0x89BAB0) is unknown color: approx Sea Nymph. HEX triplet: 89, BA and B0. RGB value is (137,186,176). Sum of RGB (Red+Green+Blue) = 137+186+176=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #89BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BAB0 is #76454F. Grayscale: #AAAAAA. Windows color (decimal): -7750992 or 11582089. OLE color: 11582089.

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

Color convert

RGB137186176-
CMYK0.2600.050.27
HSL167.76º26.2%63.33%-
HSV(B)167.76º26.34%72.94%-
XYZ35.7143.5747.6-
YUV170.21131.27104.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.45%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 176 (69.14% from 255) = 35.27%
R=27.45%
G=37.27%
B=35.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371861760.2600.050.27167.7626.263.33
Hex89BAB01A051Ba81a3f
Octal2112722603205332503277
Binary100010011011101010110000110100101110111010100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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