#89F0CA

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

Shades of Aquamarine #89F0CA

Tints of Aquamarine #89F0CA

Color information

#89F0CA (or 0x89F0CA) is unknown color: approx Aquamarine. HEX triplet: 89, F0 and CA. RGB value is (137,240,202). Sum of RGB (Red+Green+Blue) = 137+240+202=579 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.66% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #89F0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F0CA is #760F35. Grayscale: #CCCCCC. Windows color (decimal): -7737142 or 13299849. OLE color: 13299849.

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

Color convert

RGB137240202-
CMYK0.4300.160.06
HSL157.86º77.44%73.92%-
HSV(B)157.86º42.92%94.12%-
XYZ52.1471.967.01-
YUV204.87126.3879.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.66%
GREEN value IS 240 (94.14% from 255) = 41.45%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=23.66%
G=41.45%
B=34.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1372402020.4300.160.06157.8677.4473.92
Hex89F0CA2B01069e4d4a
Octal211360312530206236115112
Binary1000100111110000110010101010110100001101001111010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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