#89EED0

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

Shades of Aquamarine #89EED0

Tints of Aquamarine #89EED0

Color information

#89EED0 (or 0x89EED0) is unknown color: approx Aquamarine. HEX triplet: 89, EE and D0. RGB value is (137,238,208). Sum of RGB (Red+Green+Blue) = 137+238+208=583 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.50% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #89EED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EED0 is #76112F. Grayscale: #CCCCCC. Windows color (decimal): -7737648 or 13692553. OLE color: 13692553.

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

Color convert

RGB137238208-
CMYK0.4200.130.07
HSL162.18º74.81%73.53%-
HSV(B)162.18º42.44%93.33%-
XYZ52.2871.0270.63-
YUV204.38130.0479.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.50%
GREEN value IS 238 (93.36% from 255) = 40.82%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=23.50%
G=40.82%
B=35.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372382080.4200.130.07162.1874.8173.53
Hex89EED02A0D7a24b4a
Octal211356320520157242113112
Binary100010011110111011010000101010011011111010001010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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