#89EEC0

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

Shades of Aquamarine #89EEC0

Tints of Aquamarine #89EEC0

Color information

#89EEC0 (or 0x89EEC0) is unknown color: approx Aquamarine. HEX triplet: 89, EE and C0. RGB value is (137,238,192). Sum of RGB (Red+Green+Blue) = 137+238+192=567 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.16% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #89EEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EEC0 is #76113F. Grayscale: #CACACA. Windows color (decimal): -7737664 or 12643977. OLE color: 12643977.

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

Color convert

RGB137238192-
CMYK0.4200.190.07
HSL152.67º74.81%73.53%-
HSV(B)152.67º42.44%93.33%-
XYZ50.4170.2760.78-
YUV202.56122.0481.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.16%
GREEN value IS 238 (93.36% from 255) = 41.98%
BLUE value IS 192 (75.39% from 255) = 33.86%
R=24.16%
G=41.98%
B=33.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372381920.4200.190.07152.6774.8173.53
Hex89EEC02A0137994b4a
Octal211356300520237231113112
Binary1000100111101110110000001010100100111111001100110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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