#89F5CF

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

Shades of Aquamarine #89F5CF

Tints of Aquamarine #89F5CF

Color information

#89F5CF (or 0x89F5CF) is unknown color: approx Aquamarine. HEX triplet: 89, F5 and CF. RGB value is (137,245,207). Sum of RGB (Red+Green+Blue) = 137+245+207=589 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.26% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #89F5CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F5CF is #760A30. Grayscale: #D0D0D0. Windows color (decimal): -7735857 or 13628809. OLE color: 13628809.

HSL color Cylindrical-coordinate representation of color #89F5CF: hue angle of 158.89º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89F5CF is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB137245207-
CMYK0.4400.160.04
HSL158.89º84.38%74.9%-
HSV(B)158.89º44.08%96.08%-
XYZ54.2375.1370.67-
YUV208.38127.2277.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.26%
GREEN value IS 245 (96.09% from 255) = 41.60%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=23.26%
G=41.60%
B=35.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1372452070.4400.160.04158.8984.3874.9
Hex89F5CF2C01049f544b
Octal211365317540204237124113
Binary1000100111110101110011111011000100001001001111110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,245,207); }

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

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

 a { background-color: rgb(137,245,207); }

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

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

 span { border-color: rgb(137,245,207); }

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