#89F1C1

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

Shades of Aquamarine #89F1C1

Tints of Aquamarine #89F1C1

Color information

#89F1C1 (or 0x89F1C1) is unknown color: approx Aquamarine. HEX triplet: 89, F1 and C1. RGB value is (137,241,193). Sum of RGB (Red+Green+Blue) = 137+241+193=571 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.99% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 241 - color contains mainly: green. Hex color #89F1C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F1C1 is #760E3E. Grayscale: #CCCCCC. Windows color (decimal): -7736895 or 12710281. OLE color: 12710281.

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

Color convert

RGB137241193-
CMYK0.4300.200.05
HSL152.31º78.79%74.12%-
HSV(B)152.31º43.15%94.51%-
XYZ51.472.0861.66-
YUV204.43121.5479.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.99%
GREEN value IS 241 (94.53% from 255) = 42.21%
BLUE value IS 193 (75.78% from 255) = 33.80%
R=23.99%
G=42.21%
B=33.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1372411930.4300.200.05152.3178.7974.12
Hex89F1C12B0145984f4a
Octal211361301530245230117112
Binary1000100111110001110000011010110101001011001100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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