#91F8BD

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

Shades of Magic Mint #91F8BD

Tints of Magic Mint #91F8BD

Color information

#91F8BD (or 0x91F8BD) is unknown color: approx Magic Mint. HEX triplet: 91, F8 and BD. RGB value is (145,248,189). Sum of RGB (Red+Green+Blue) = 145+248+189=582 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.91% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #91F8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F8BD is #6E0742. Grayscale: #D2D2D2. Windows color (decimal): -7210819 or 12449937. OLE color: 12449937.

HSL color Cylindrical-coordinate representation of color #91F8BD: hue angle of 145.63º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91F8BD is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB145248189-
CMYK0.4200.240.03
HSL145.63º88.03%77.06%-
HSV(B)145.63º41.53%97.25%-
XYZ54.4376.8360.1-
YUV210.48115.8881.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.91%
GREEN value IS 248 (97.27% from 255) = 42.61%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=24.91%
G=42.61%
B=32.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1452481890.4200.240.03145.6388.0377.06
Hex91F8BD2A018392584d
Octal221370275520303222130115
Binary100100011111100010111101101010011000111001001010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,248,189); }

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

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

 a { background-color: rgb(145,248,189); }

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

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

 span { border-color: rgb(145,248,189); }

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