#89FACD

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

Shades of Aquamarine #89FACD

Tints of Aquamarine #89FACD

Color information

#89FACD (or 0x89FACD) is unknown color: approx Aquamarine. HEX triplet: 89, FA and CD. RGB value is (137,250,205). Sum of RGB (Red+Green+Blue) = 137+250+205=592 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.14% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #89FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FACD is #760532. Grayscale: #D3D3D3. Windows color (decimal): -7734579 or 13499017. OLE color: 13499017.

HSL color Cylindrical-coordinate representation of color #89FACD: hue angle of 156.11º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89FACD is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB137250205-
CMYK0.4500.180.02
HSL156.11º91.87%75.88%-
HSV(B)156.11º45.2%98.04%-
XYZ55.5278.169.91-
YUV211.08124.5675.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.14%
GREEN value IS 250 (98.05% from 255) = 42.23%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=23.14%
G=42.23%
B=34.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372502050.4500.180.02156.1191.8775.88
Hex89FACD2D01229c5c4c
Octal211372315550222234134114
Binary100010011111101011001101101101010010101001110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,250,205); }

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

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

 a { background-color: rgb(137,250,205); }

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

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

 span { border-color: rgb(137,250,205); }

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