#91FACB

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

Shades of Aquamarine #91FACB

Tints of Aquamarine #91FACB

Color information

#91FACB (or 0x91FACB) is unknown color: approx Aquamarine. HEX triplet: 91, FA and CB. RGB value is (145,250,203). Sum of RGB (Red+Green+Blue) = 145+250+203=598 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.25% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #91FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FACB is #6E0534. Grayscale: #D5D5D5. Windows color (decimal): -7210293 or 13367953. OLE color: 13367953.

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

Color convert

RGB145250203-
CMYK0.4200.190.02
HSL153.14º91.3%77.45%-
HSV(B)153.14º42%98.04%-
XYZ56.6478.768.71-
YUV213.25122.2179.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.25%
GREEN value IS 250 (98.05% from 255) = 41.81%
BLUE value IS 203 (79.69% from 255) = 33.95%
R=24.25%
G=41.81%
B=33.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452502030.4200.190.02153.1491.377.45
Hex91FACB2A0132995b4d
Octal221372313520232231133115
Binary100100011111101011001011101010010011101001100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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