#89FFDC

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

Shades of Aquamarine #89FFDC

Tints of Aquamarine #89FFDC

Color information

#89FFDC (or 0x89FFDC) is unknown color: approx Aquamarine. HEX triplet: 89, FF and DC. RGB value is (137,255,220). Sum of RGB (Red+Green+Blue) = 137+255+220=612 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.39% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FFDC is #760023. Grayscale: #D7D7D7. Windows color (decimal): -7733284 or 14483337. OLE color: 14483337.

HSL color Cylindrical-coordinate representation of color #89FFDC: hue angle of 162.2º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FFDC is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB137255220-
CMYK0.4600.140
HSL162.2º100%76.86%-
HSV(B)162.2º46.27%100%-
XYZ58.9982.0180.43-
YUV215.73130.4171.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.39%
GREEN value IS 255 (100% from 255) = 41.67%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=22.39%
G=41.67%
B=35.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372552200.4600.140162.210076.86
Hex89FFDC2E0E0a2644d
Octal211377334560160242144115
Binary1000100111111111110111001011100111001010001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,255,220); }

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

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

 a { background-color: rgb(137,255,220); }

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

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

 span { border-color: rgb(137,255,220); }

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