#89F6D4

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

Shades of Aquamarine #89F6D4

Tints of Aquamarine #89F6D4

Color information

#89F6D4 (or 0x89F6D4) is unknown color: approx Aquamarine. HEX triplet: 89, F6 and D4. RGB value is (137,246,212). Sum of RGB (Red+Green+Blue) = 137+246+212=595 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.03% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #89F6D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F6D4 is #76092B. Grayscale: #D1D1D1. Windows color (decimal): -7735596 or 13956745. OLE color: 13956745.

HSL color Cylindrical-coordinate representation of color #89F6D4: hue angle of 161.28º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89F6D4 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB137246212-
CMYK0.4400.140.04
HSL161.28º85.83%75.1%-
HSV(B)161.28º44.31%96.47%-
XYZ55.1675.9874.05-
YUV209.53129.3976.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.03%
GREEN value IS 246 (96.48% from 255) = 41.34%
BLUE value IS 212 (83.20% from 255) = 35.63%
R=23.03%
G=41.34%
B=35.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1372462120.4400.140.04161.2885.8375.1
Hex89F6D42C0E4a1564b
Octal211366324540164241126113
Binary100010011111011011010100101100011101001010000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,246,212); }

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

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

 a { background-color: rgb(137,246,212); }

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

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

 span { border-color: rgb(137,246,212); }

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