#89F1CB

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

Shades of Aquamarine #89F1CB

Tints of Aquamarine #89F1CB

Color information

#89F1CB (or 0x89F1CB) is unknown color: approx Aquamarine. HEX triplet: 89, F1 and CB. RGB value is (137,241,203). Sum of RGB (Red+Green+Blue) = 137+241+203=581 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.58% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #89F1CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F1CB is #760E34. Grayscale: #CDCDCD. Windows color (decimal): -7736885 or 13365641. OLE color: 13365641.

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

Color convert

RGB137241203-
CMYK0.4300.160.05
HSL158.08º78.79%74.12%-
HSV(B)158.08º43.15%94.51%-
XYZ52.5572.5467.73-
YUV205.57126.5479.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.58%
GREEN value IS 241 (94.53% from 255) = 41.48%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=23.58%
G=41.48%
B=34.94%

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
Decimal1372412030.4300.160.05158.0878.7974.12
Hex89F1CB2B01059e4f4a
Octal211361313530205236117112
Binary1000100111110001110010111010110100001011001111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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