#89F8B9

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

Shades of Aquamarine #89F8B9

Tints of Aquamarine #89F8B9

Color information

#89F8B9 (or 0x89F8B9) is unknown color: approx Aquamarine. HEX triplet: 89, F8 and B9. RGB value is (137,248,185). Sum of RGB (Red+Green+Blue) = 137+248+185=570 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.04% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #89F8B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F8B9 is #760746. Grayscale: #CFCFCF. Windows color (decimal): -7735111 or 12187785. OLE color: 12187785.

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

Color convert

RGB137248185-
CMYK0.4500.250.03
HSL145.95º88.8%75.49%-
HSV(B)145.95º44.76%97.25%-
XYZ52.6475.9657.79-
YUV207.63115.2377.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.04%
GREEN value IS 248 (97.27% from 255) = 43.51%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=24.04%
G=43.51%
B=32.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1372481850.4500.250.03145.9588.875.49
Hex89F8B92D019392594b
Octal211370271550313222131113
Binary100010011111100010111001101101011001111001001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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