#89ECDC

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

Shades of Aquamarine #89ECDC

Tints of Aquamarine #89ECDC

Color information

#89ECDC (or 0x89ECDC) is unknown color: approx Aquamarine. HEX triplet: 89, EC and DC. RGB value is (137,236,220). Sum of RGB (Red+Green+Blue) = 137+236+220=593 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.10% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #89ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89ECDC is #761323. Grayscale: #CCCCCC. Windows color (decimal): -7738148 or 14478473. OLE color: 14478473.

HSL color Cylindrical-coordinate representation of color #89ECDC: hue angle of 170.3º 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 #89ECDC is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB137236220-
CMYK0.4200.070.07
HSL170.3º72.26%73.14%-
HSV(B)170.3º41.95%92.55%-
XYZ53.2370.4878.51-
YUV204.58136.779.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.10%
GREEN value IS 236 (92.58% from 255) = 39.80%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=23.10%
G=39.80%
B=37.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372362200.4200.070.07170.372.2673.14
Hex89ECDC2A077aa4849
Octal21135433452077252110111
Binary10001001111011001101110010101001111111010101010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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