#89FFBF

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

Shades of Aquamarine #89FFBF

Tints of Aquamarine #89FFBF

Color information

#89FFBF (or 0x89FFBF) is unknown color: approx Aquamarine. HEX triplet: 89, FF and BF. RGB value is (137,255,191). Sum of RGB (Red+Green+Blue) = 137+255+191=583 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.50% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FFBF is #760040. Grayscale: #D4D4D4. Windows color (decimal): -7733313 or 12582793. OLE color: 12582793.

HSL color Cylindrical-coordinate representation of color #89FFBF: hue angle of 147.46º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FFBF is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB137255191-
CMYK0.4600.250
HSL147.46º100%76.86%-
HSV(B)147.46º46.27%100%-
XYZ55.4880.661.92-
YUV212.42115.9174.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.50%
GREEN value IS 255 (100% from 255) = 43.74%
BLUE value IS 191 (75% from 255) = 32.76%
R=23.50%
G=43.74%
B=32.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372551910.4600.250147.4610076.86
Hex89FFBF2E019093644d
Octal211377277560310223144115
Binary10001001111111111011111110111001100101001001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,255,191); }

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

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

 a { background-color: rgb(137,255,191); }

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

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

 span { border-color: rgb(137,255,191); }

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