#89F8BD

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

Shades of Aquamarine #89F8BD

Tints of Aquamarine #89F8BD

Color information

#89F8BD (or 0x89F8BD) is unknown color: approx Aquamarine. HEX triplet: 89, F8 and BD. RGB value is (137,248,189). Sum of RGB (Red+Green+Blue) = 137+248+189=574 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.87% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #89F8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F8BD is #760742. Grayscale: #D0D0D0. Windows color (decimal): -7735107 or 12449929. OLE color: 12449929.

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

Color convert

RGB137248189-
CMYK0.4500.240.03
HSL148.11º88.8%75.49%-
HSV(B)148.11º44.76%97.25%-
XYZ53.0776.1360.04-
YUV208.08117.2377.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.87%
GREEN value IS 248 (97.27% from 255) = 43.21%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=23.87%
G=43.21%
B=32.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1372481890.4500.240.03148.1188.875.49
Hex89F8BD2D018394594b
Octal211370275550303224131113
Binary100010011111100010111101101101011000111001010010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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