#89F2CF

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

Shades of Aquamarine #89F2CF

Tints of Aquamarine #89F2CF

Color information

#89F2CF (or 0x89F2CF) is unknown color: approx Aquamarine. HEX triplet: 89, F2 and CF. RGB value is (137,242,207). Sum of RGB (Red+Green+Blue) = 137+242+207=586 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.38% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #89F2CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F2CF is #760D30. Grayscale: #CECECE. Windows color (decimal): -7736625 or 13628041. OLE color: 13628041.

HSL color Cylindrical-coordinate representation of color #89F2CF: hue angle of 160º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F2CF is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB137242207-
CMYK0.4300.140.05
HSL160º80.15%74.31%-
HSV(B)160º43.39%94.9%-
XYZ53.3373.3370.37-
YUV206.62128.2178.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.38%
GREEN value IS 242 (94.92% from 255) = 41.30%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=23.38%
G=41.30%
B=35.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1372422070.4300.140.0516080.1574.31
Hex89F2CF2B0E5a0504a
Octal211362317530165240120112
Binary100010011111001011001111101011011101011010000010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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