#91FACE

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

Shades of Aquamarine #91FACE

Tints of Aquamarine #91FACE

Color information

#91FACE (or 0x91FACE) is unknown color: approx Aquamarine. HEX triplet: 91, FA and CE. RGB value is (145,250,206). Sum of RGB (Red+Green+Blue) = 145+250+206=601 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.13% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #91FACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FACE is #6E0531. Grayscale: #D5D5D5. Windows color (decimal): -7210290 or 13564561. OLE color: 13564561.

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

Color convert

RGB145250206-
CMYK0.4200.180.02
HSL154.86º91.3%77.45%-
HSV(B)154.86º42%98.04%-
XYZ5778.8570.61-
YUV213.59123.7179.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.13%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=24.13%
G=41.60%
B=34.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452502060.4200.180.02154.8691.377.45
Hex91FACE2A01229b5b4d
Octal221372316520222233133115
Binary100100011111101011001110101010010010101001101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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