#89B4A9

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

Shades of Sea Nymph #89B4A9

Tints of Sea Nymph #89B4A9

Color information

#89B4A9 (or 0x89B4A9) is unknown color: approx Sea Nymph. HEX triplet: 89, B4 and A9. RGB value is (137,180,169). Sum of RGB (Red+Green+Blue) = 137+180+169=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #89B4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B4A9 is #764B56. Grayscale: #A5A5A5. Windows color (decimal): -7752535 or 11121801. OLE color: 11121801.

HSL color Cylindrical-coordinate representation of color #89B4A9: hue angle of 164.65º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89B4A9 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB137180169-
CMYK0.2400.060.29
HSL164.65º22.28%62.16%-
HSV(B)164.65º23.89%70.59%-
XYZ33.840.8343.63-
YUV165.89129.75107.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.19%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 169 (66.41% from 255) = 34.77%
R=28.19%
G=37.04%
B=34.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371801690.2400.060.29164.6522.2862.16
Hex89B4A918061Da5163e
Octal2112642513006352452676
Binary100010011011010010101001110000110111011010010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,180,169); }

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

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

 a { background-color: rgb(137,180,169); }

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

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

 span { border-color: rgb(137,180,169); }

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