#95FAC4

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

Shades of Magic Mint #95FAC4

Tints of Magic Mint #95FAC4

Color information

#95FAC4 (or 0x95FAC4) is unknown color: approx Magic Mint. HEX triplet: 95, FA and C4. RGB value is (149,250,196). Sum of RGB (Red+Green+Blue) = 149+250+196=595 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.04% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FAC4 is #6A053B. Grayscale: #D5D5D5. Windows color (decimal): -6948156 or 12909205. OLE color: 12909205.

HSL color Cylindrical-coordinate representation of color #95FAC4: hue angle of 147.92º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95FAC4 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB149250196-
CMYK0.4000.220.02
HSL147.92º90.99%78.24%-
HSV(B)147.92º40.4%98.04%-
XYZ56.5478.7564.44-
YUV213.64118.0481.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.04%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 196 (76.95% from 255) = 32.94%
R=25.04%
G=42.02%
B=32.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492501960.4000.220.02147.9290.9978.24
Hex95FAC4280162945b4e
Octal225372304500262224133116
Binary100101011111101011000100101000010110101001010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95FAC4; }

 p { color: rgb(149,250,196); }

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

<style>
 a { background-color: #95FAC4; }

 a { background-color: rgb(149,250,196); }

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

<style>
 span { border-color: #95FAC4; }

 span { border-color: rgb(149,250,196); }

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