#89ECDD

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

Shades of Aquamarine #89ECDD

Tints of Aquamarine #89ECDD

Color information

#89ECDD (or 0x89ECDD) is unknown color: approx Aquamarine. HEX triplet: 89, EC and DD. RGB value is (137,236,221). Sum of RGB (Red+Green+Blue) = 137+236+221=594 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.06% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #89ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89ECDD is #761322. Grayscale: #CCCCCC. Windows color (decimal): -7738147 or 14544009. OLE color: 14544009.

HSL color Cylindrical-coordinate representation of color #89ECDD: hue angle of 170.91º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89ECDD is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB137236221-
CMYK0.4200.060.07
HSL170.91º72.26%73.14%-
HSV(B)170.91º41.95%92.55%-
XYZ53.3670.5379.21-
YUV204.69137.279.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.06%
GREEN value IS 236 (92.58% from 255) = 39.73%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=23.06%
G=39.73%
B=37.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372362210.4200.060.07170.9172.2673.14
Hex89ECDD2A067ab4849
Octal21135433552067253110111
Binary10001001111011001101110110101001101111010101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,236,221); }

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

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

 a { background-color: rgb(137,236,221); }

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

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

 span { border-color: rgb(137,236,221); }

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