#89F4BD

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

Shades of Aquamarine #89F4BD

Tints of Aquamarine #89F4BD

Color information

#89F4BD (or 0x89F4BD) is unknown color: approx Aquamarine. HEX triplet: 89, F4 and BD. RGB value is (137,244,189). Sum of RGB (Red+Green+Blue) = 137+244+189=570 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.04% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #89F4BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F4BD is #760B42. Grayscale: #CDCDCD. Windows color (decimal): -7736131 or 12448905. OLE color: 12448905.

HSL color Cylindrical-coordinate representation of color #89F4BD: hue angle of 149.16º degrees, saturation: 0.83, 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 #89F4BD is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB137244189-
CMYK0.4400.230.04
HSL149.16º82.95%74.71%-
HSV(B)149.16º43.85%95.69%-
XYZ51.8573.6959.64-
YUV205.74118.5578.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.04%
GREEN value IS 244 (95.70% from 255) = 42.81%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=24.04%
G=42.81%
B=33.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1372441890.4400.230.04149.1682.9574.71
Hex89F4BD2C017495534b
Octal211364275540274225123113
Binary1000100111110100101111011011000101111001001010110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,244,189); }

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

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

 a { background-color: rgb(137,244,189); }

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

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

 span { border-color: rgb(137,244,189); }

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