#91FAC9

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

Shades of Aquamarine #91FAC9

Tints of Aquamarine #91FAC9

Color information

#91FAC9 (or 0x91FAC9) is unknown color: approx Aquamarine. HEX triplet: 91, FA and C9. RGB value is (145,250,201). Sum of RGB (Red+Green+Blue) = 145+250+201=596 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.33% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #91FAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FAC9 is #6E0536. Grayscale: #D5D5D5. Windows color (decimal): -7210295 or 13236881. OLE color: 13236881.

HSL color Cylindrical-coordinate representation of color #91FAC9: hue angle of 152º 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 #91FAC9 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB145250201-
CMYK0.4200.200.02
HSL152º91.3%77.45%-
HSV(B)152º42%98.04%-
XYZ56.4178.6167.46-
YUV213.02121.2179.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.33%
GREEN value IS 250 (98.05% from 255) = 41.95%
BLUE value IS 201 (78.91% from 255) = 33.72%
R=24.33%
G=41.95%
B=33.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452502010.4200.200.0215291.377.45
Hex91FAC92A0142985b4d
Octal221372311520242230133115
Binary100100011111101011001001101010010100101001100010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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