#91FAD9

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

Shades of Aquamarine #91FAD9

Tints of Aquamarine #91FAD9

Color information

#91FAD9 (or 0x91FAD9) is unknown color: approx Aquamarine. HEX triplet: 91, FA and D9. RGB value is (145,250,217). Sum of RGB (Red+Green+Blue) = 145+250+217=612 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.69% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #91FAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FAD9 is #6E0526. Grayscale: #D6D6D6. Windows color (decimal): -7210279 or 14285457. OLE color: 14285457.

HSL color Cylindrical-coordinate representation of color #91FAD9: hue angle of 161.14º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FAD9 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB145250217-
CMYK0.4200.130.02
HSL161.14º91.3%77.45%-
HSV(B)161.14º42%98.04%-
XYZ58.3979.477.89-
YUV214.84129.2178.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.69%
GREEN value IS 250 (98.05% from 255) = 40.85%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=23.69%
G=40.85%
B=35.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452502170.4200.130.02161.1491.377.45
Hex91FAD92A0D2a15b4d
Octal221372331520152241133115
Binary10010001111110101101100110101001101101010000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91FAD9; }

 p { color: rgb(145,250,217); }

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

<style>
 a { background-color: #91FAD9; }

 a { background-color: rgb(145,250,217); }

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

<style>
 span { border-color: #91FAD9; }

 span { border-color: rgb(145,250,217); }

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