#91FBD5

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

Shades of Aquamarine #91FBD5

Tints of Aquamarine #91FBD5

Color information

#91FBD5 (or 0x91FBD5) is unknown color: approx Aquamarine. HEX triplet: 91, FB and D5. RGB value is (145,251,213). Sum of RGB (Red+Green+Blue) = 145+251+213=609 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.81% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #91FBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FBD5 is #6E042A. Grayscale: #D7D7D7. Windows color (decimal): -7210027 or 14023569. OLE color: 14023569.

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

Color convert

RGB145251213-
CMYK0.4200.150.02
HSL158.49º92.98%77.65%-
HSV(B)158.49º42.23%98.43%-
XYZ58.1879.8275.29-
YUV214.97126.8878.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.81%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 213 (83.59% from 255) = 34.98%
R=23.81%
G=41.22%
B=34.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452512130.4200.150.02158.4992.9877.65
Hex91FBD52A0F29e5d4e
Octal221373325520172236135116
Binary10010001111110111101010110101001111101001111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,251,213); }

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

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

 a { background-color: rgb(145,251,213); }

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

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

 span { border-color: rgb(145,251,213); }

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