#89FCD2

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

Shades of Aquamarine #89FCD2

Tints of Aquamarine #89FCD2

Color information

#89FCD2 (or 0x89FCD2) is unknown color: approx Aquamarine. HEX triplet: 89, FC and D2. RGB value is (137,252,210). Sum of RGB (Red+Green+Blue) = 137+252+210=599 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.87% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FCD2 is #76032D. Grayscale: #D4D4D4. Windows color (decimal): -7734062 or 13827209. OLE color: 13827209.

HSL color Cylindrical-coordinate representation of color #89FCD2: hue angle of 158.09º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FCD2 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB137252210-
CMYK0.4600.170.01
HSL158.09º95.04%76.27%-
HSV(B)158.09º45.63%98.82%-
XYZ56.7679.5973.34-
YUV212.83126.473.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.87%
GREEN value IS 252 (98.83% from 255) = 42.07%
BLUE value IS 210 (82.42% from 255) = 35.06%
R=22.87%
G=42.07%
B=35.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1372522100.4600.170.01158.0995.0476.27
Hex89FCD22E01119e5f4c
Octal211374322560211236137114
Binary10001001111111001101001010111001000111001111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,252,210); }

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

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

 a { background-color: rgb(137,252,210); }

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

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

 span { border-color: rgb(137,252,210); }

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