#89FACE

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

Shades of Aquamarine #89FACE

Tints of Aquamarine #89FACE

Color information

#89FACE (or 0x89FACE) is unknown color: approx Aquamarine. HEX triplet: 89, FA and CE. RGB value is (137,250,206). Sum of RGB (Red+Green+Blue) = 137+250+206=593 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.10% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #89FACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FACE is #760531. Grayscale: #D3D3D3. Windows color (decimal): -7734578 or 13564553. OLE color: 13564553.

HSL color Cylindrical-coordinate representation of color #89FACE: hue angle of 156.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89FACE is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB137250206-
CMYK0.4500.180.02
HSL156.64º91.87%75.88%-
HSV(B)156.64º45.2%98.04%-
XYZ55.6478.1570.54-
YUV211.2125.0675.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.10%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=23.10%
G=42.16%
B=34.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372502060.4500.180.02156.6491.8775.88
Hex89FACE2D01229d5c4c
Octal211372316550222235134114
Binary100010011111101011001110101101010010101001110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,250,206); }

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

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

 a { background-color: rgb(137,250,206); }

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

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

 span { border-color: rgb(137,250,206); }

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