#89F1CA

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

Shades of Aquamarine #89F1CA

Tints of Aquamarine #89F1CA

Color information

#89F1CA (or 0x89F1CA) is unknown color: approx Aquamarine. HEX triplet: 89, F1 and CA. RGB value is (137,241,202). Sum of RGB (Red+Green+Blue) = 137+241+202=580 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.62% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #89F1CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F1CA is #760E35. Grayscale: #CDCDCD. Windows color (decimal): -7736886 or 13300105. OLE color: 13300105.

HSL color Cylindrical-coordinate representation of color #89F1CA: hue angle of 157.5º degrees, saturation: 0.79, 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 #89F1CA is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB137241202-
CMYK0.4300.160.05
HSL157.5º78.79%74.12%-
HSV(B)157.5º43.15%94.51%-
XYZ52.4372.4967.11-
YUV205.46126.0479.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.62%
GREEN value IS 241 (94.53% from 255) = 41.55%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=23.62%
G=41.55%
B=34.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1372412020.4300.160.05157.578.7974.12
Hex89F1CA2B01059e4f4a
Octal211361312530205236117112
Binary1000100111110001110010101010110100001011001111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,241,202); }

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

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

 a { background-color: rgb(137,241,202); }

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

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

 span { border-color: rgb(137,241,202); }

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