#91FAC8

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

Shades of Aquamarine #91FAC8

Tints of Aquamarine #91FAC8

Color information

#91FAC8 (or 0x91FAC8) is unknown color: approx Aquamarine. HEX triplet: 91, FA and C8. RGB value is (145,250,200). Sum of RGB (Red+Green+Blue) = 145+250+200=595 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.37% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #91FAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FAC8 is #6E0537. Grayscale: #D5D5D5. Windows color (decimal): -7210296 or 13171345. OLE color: 13171345.

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

Color convert

RGB145250200-
CMYK0.4200.20.02
HSL151.43º91.3%77.45%-
HSV(B)151.43º42%98.04%-
XYZ56.2978.5666.84-
YUV212.9120.7179.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.37%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 200 (78.52% from 255) = 33.61%
R=24.37%
G=42.02%
B=33.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452502000.4200.20.02151.4391.377.45
Hex91FAC82A0142975b4d
Octal221372310520242227133115
Binary100100011111101011001000101010010100101001011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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