#89EECD

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

Shades of Aquamarine #89EECD

Tints of Aquamarine #89EECD

Color information

#89EECD (or 0x89EECD) is unknown color: approx Aquamarine. HEX triplet: 89, EE and CD. RGB value is (137,238,205). Sum of RGB (Red+Green+Blue) = 137+238+205=580 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.62% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #89EECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EECD is #761132. Grayscale: #CCCCCC. Windows color (decimal): -7737651 or 13495945. OLE color: 13495945.

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

Color convert

RGB137238205-
CMYK0.4200.140.07
HSL160.4º74.81%73.53%-
HSV(B)160.4º42.44%93.33%-
XYZ51.9170.8868.7-
YUV204.04128.5480.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.62%
GREEN value IS 238 (93.36% from 255) = 41.03%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=23.62%
G=41.03%
B=35.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372382050.4200.140.07160.474.8173.53
Hex89EECD2A0E7a04b4a
Octal211356315520167240113112
Binary100010011110111011001101101010011101111010000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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