#89FACF

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

Shades of Aquamarine #89FACF

Tints of Aquamarine #89FACF

Color information

#89FACF (or 0x89FACF) is unknown color: approx Aquamarine. HEX triplet: 89, FA and CF. RGB value is (137,250,207). Sum of RGB (Red+Green+Blue) = 137+250+207=594 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.06% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #89FACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FACF is #760530. Grayscale: #D3D3D3. Windows color (decimal): -7734577 or 13630089. OLE color: 13630089.

HSL color Cylindrical-coordinate representation of color #89FACF: hue angle of 157.17º 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 #89FACF is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB137250207-
CMYK0.4500.170.02
HSL157.17º91.87%75.88%-
HSV(B)157.17º45.2%98.04%-
XYZ55.7678.1971.19-
YUV211.31125.5675-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.06%
GREEN value IS 250 (98.05% from 255) = 42.09%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=23.06%
G=42.09%
B=34.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372502070.4500.170.02157.1791.8775.88
Hex89FACF2D01129d5c4c
Octal211372317550212235134114
Binary100010011111101011001111101101010001101001110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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