#89EFE0

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

Shades of Aquamarine #89EFE0

Tints of Aquamarine #89EFE0

Color information

#89EFE0 (or 0x89EFE0) is unknown color: approx Aquamarine. HEX triplet: 89, EF and E0. RGB value is (137,239,224). Sum of RGB (Red+Green+Blue) = 137+239+224=600 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.83% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #89EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EFE0 is #76101F. Grayscale: #CECECE. Windows color (decimal): -7737376 or 14741385. OLE color: 14741385.

HSL color Cylindrical-coordinate representation of color #89EFE0: hue angle of 171.18º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89EFE0 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB137239224-
CMYK0.4300.060.06
HSL171.18º76.12%73.73%-
HSV(B)171.18º42.68%93.73%-
XYZ54.6472.4381.62-
YUV206.79137.7178.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.83%
GREEN value IS 239 (93.75% from 255) = 39.83%
BLUE value IS 224 (87.89% from 255) = 37.33%
R=22.83%
G=39.83%
B=37.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1372392240.4300.060.06171.1876.1273.73
Hex89EFE02B066ab4c4a
Octal21135734053066253114112
Binary10001001111011111110000010101101101101010101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,239,224); }

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

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

 a { background-color: rgb(137,239,224); }

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

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

 span { border-color: rgb(137,239,224); }

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