#89F8D5

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

Shades of Aquamarine #89F8D5

Tints of Aquamarine #89F8D5

Color information

#89F8D5 (or 0x89F8D5) is unknown color: approx Aquamarine. HEX triplet: 89, F8 and D5. RGB value is (137,248,213). Sum of RGB (Red+Green+Blue) = 137+248+213=598 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.91% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #89F8D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F8D5 is #76072A. Grayscale: #D2D2D2. Windows color (decimal): -7735083 or 14022793. OLE color: 14022793.

HSL color Cylindrical-coordinate representation of color #89F8D5: hue angle of 161.08º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89F8D5 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB137248213-
CMYK0.4500.140.03
HSL161.08º88.8%75.49%-
HSV(B)161.08º44.76%97.25%-
XYZ55.8977.2674.92-
YUV210.82129.2375.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.91%
GREEN value IS 248 (97.27% from 255) = 41.47%
BLUE value IS 213 (83.59% from 255) = 35.62%
R=22.91%
G=41.47%
B=35.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1372482130.4500.140.03161.0888.875.49
Hex89F8D52D0E3a1594b
Octal211370325550163241131113
Binary10001001111110001101010110110101110111010000110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,248,213); }

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

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

 a { background-color: rgb(137,248,213); }

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

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

 span { border-color: rgb(137,248,213); }

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