#89FAD0

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

Shades of Aquamarine #89FAD0

Tints of Aquamarine #89FAD0

Color information

#89FAD0 (or 0x89FAD0) is unknown color: approx Aquamarine. HEX triplet: 89, FA and D0. RGB value is (137,250,208). Sum of RGB (Red+Green+Blue) = 137+250+208=595 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.03% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FAD0 is #76052F. Grayscale: #D3D3D3. Windows color (decimal): -7734576 or 13695625. OLE color: 13695625.

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

Color convert

RGB137250208-
CMYK0.4500.170.02
HSL157.7º91.87%75.88%-
HSV(B)157.7º45.2%98.04%-
XYZ55.8978.2471.83-
YUV211.42126.0674.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.03%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=23.03%
G=42.02%
B=34.96%

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
Decimal1372502080.4500.170.02157.791.8775.88
Hex89FAD02D01129e5c4c
Octal211372320550212236134114
Binary100010011111101011010000101101010001101001111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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