#89B4AD

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

Shades of Sea Nymph #89B4AD

Tints of Sea Nymph #89B4AD

Color information

#89B4AD (or 0x89B4AD) is unknown color: approx Sea Nymph. HEX triplet: 89, B4 and AD. RGB value is (137,180,173). Sum of RGB (Red+Green+Blue) = 137+180+173=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #89B4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B4AD is #764B52. Grayscale: #A6A6A6. Windows color (decimal): -7752531 or 11383945. OLE color: 11383945.

HSL color Cylindrical-coordinate representation of color #89B4AD: hue angle of 170.23º 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 #89B4AD is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB137180173-
CMYK0.2400.040.29
HSL170.23º22.28%62.16%-
HSV(B)170.23º23.89%70.59%-
XYZ34.1840.9845.64-
YUV166.34131.75107.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.96%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=27.96%
G=36.73%
B=35.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371801730.2400.040.29170.2322.2862.16
Hex89B4AD18041Daa163e
Octal2112642553004352522676
Binary100010011011010010101101110000100111011010101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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