#89BCAF

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

Shades of Sea Nymph #89BCAF

Tints of Sea Nymph #89BCAF

Color information

#89BCAF (or 0x89BCAF) is unknown color: approx Sea Nymph. HEX triplet: 89, BC and AF. RGB value is (137,188,175). Sum of RGB (Red+Green+Blue) = 137+188+175=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #89BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BCAF is #764350. Grayscale: #ABABAB. Windows color (decimal): -7750481 or 11517065. OLE color: 11517065.

HSL color Cylindrical-coordinate representation of color #89BCAF: hue angle of 164.71º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89BCAF is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB137188175-
CMYK0.2700.070.26
HSL164.71º27.57%63.73%-
HSV(B)164.71º27.13%73.73%-
XYZ36.0444.3847.22-
YUV171.27130.1103.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.4%
GREEN value IS 188 (73.83% from 255) = 37.6%
BLUE value IS 175 (68.75% from 255) = 35%
R=27.4%
G=37.6%
B=35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371881750.2700.070.26164.7127.5763.73
Hex89BCAF1B071Aa51c40
Octal21127425733073224534100
Binary1000100110111100101011111101101111101010100101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,188,175); }

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

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

 a { background-color: rgb(137,188,175); }

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

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

 span { border-color: rgb(137,188,175); }

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