#89FAC6

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

Shades of Aquamarine #89FAC6

Tints of Aquamarine #89FAC6

Color information

#89FAC6 (or 0x89FAC6) is unknown color: approx Aquamarine. HEX triplet: 89, FA and C6. RGB value is (137,250,198). Sum of RGB (Red+Green+Blue) = 137+250+198=585 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.42% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FAC6 is #760539. Grayscale: #D2D2D2. Windows color (decimal): -7734586 or 13040265. OLE color: 13040265.

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

Color convert

RGB137250198-
CMYK0.4500.210.02
HSL152.39º91.87%75.88%-
HSV(B)152.39º45.2%98.04%-
XYZ54.777.7765.55-
YUV210.28121.0675.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.42%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 198 (77.73% from 255) = 33.85%
R=23.42%
G=42.74%
B=33.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372501980.4500.210.02152.3991.8775.88
Hex89FAC62D0152985c4c
Octal211372306550252230134114
Binary100010011111101011000110101101010101101001100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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