#89BCA6

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

Shades of Sea Nymph #89BCA6

Tints of Sea Nymph #89BCA6

Color information

#89BCA6 (or 0x89BCA6) is unknown color: approx Sea Nymph. HEX triplet: 89, BC and A6. RGB value is (137,188,166). Sum of RGB (Red+Green+Blue) = 137+188+166=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #89BCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BCA6 is #764359. Grayscale: #AAAAAA. Windows color (decimal): -7750490 or 10927241. OLE color: 10927241.

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

Color convert

RGB137188166-
CMYK0.2700.120.26
HSL154.12º27.57%63.73%-
HSV(B)154.12º27.13%73.73%-
XYZ35.1844.0442.72-
YUV170.24125.6104.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.90%
GREEN value IS 188 (73.83% from 255) = 38.29%
BLUE value IS 166 (65.23% from 255) = 33.81%
R=27.90%
G=38.29%
B=33.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371881660.2700.120.26154.1227.5763.73
Hex89BCA61B0C1A9a1c40
Octal211274246330143223234100
Binary10001001101111001010011011011011001101010011010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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