#89F0BF

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

Shades of Aquamarine #89F0BF

Tints of Aquamarine #89F0BF

Color information

#89F0BF (or 0x89F0BF) is unknown color: approx Aquamarine. HEX triplet: 89, F0 and BF. RGB value is (137,240,191). Sum of RGB (Red+Green+Blue) = 137+240+191=568 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.12% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #89F0BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F0BF is #760F40. Grayscale: #CBCBCB. Windows color (decimal): -7737153 or 12578953. OLE color: 12578953.

HSL color Cylindrical-coordinate representation of color #89F0BF: hue angle of 151.46º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F0BF is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB137240191-
CMYK0.4300.200.06
HSL151.46º77.44%73.92%-
HSV(B)151.46º42.92%94.12%-
XYZ50.8871.460.39-
YUV203.62120.8880.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.12%
GREEN value IS 240 (94.14% from 255) = 42.25%
BLUE value IS 191 (75% from 255) = 33.63%
R=24.12%
G=42.25%
B=33.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1372401910.4300.200.06151.4677.4473.92
Hex89F0BF2B0146974d4a
Octal211360277530246227115112
Binary1000100111110000101111111010110101001101001011110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,240,191); }

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

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

 a { background-color: rgb(137,240,191); }

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

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

 span { border-color: rgb(137,240,191); }

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