Html Css Color HEX #95FAC1 Magic Mint

📋 copy color: '#95FAC1'

red 149 ◦ green 250 ◦ blue 193

#95FAC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #95FAC1

Tints of Magic Mint #95FAC1

RGB

 RED value IS 149 (58.59% from 255) = 25.17%

 GREEN value IS 250 (98.05% from 255) = 42.23%

 BLUE value IS 193 (75.78% from 255) = 32.6%

R = 25.17%
G = 42.23%
B = 32.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#95FAC1 (or 0x95FAC1) is known color: Magic Mint. HEX triplet: 95, FA and C1. RGB value is (149,250,193). Sum of RGB (Red+Green+Blue) = 149+250+193=592 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.17% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FAC1 is #6A053E. Grayscale: #D5D5D5. Windows color (decimal): -6948159 or 12712597. OLE color: 12712597.

HSL color Cylindrical-coordinate representation of color #95FAC1: hue angle of 146.14º 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 #95FAC1 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 250 193 -
CMYK 0.40 0 0.23 0.02
HSL 146.14º 0.91% 0.78% -
HSV(B) 146.14º 0.4% 0.98% -
XYZ 56.21 78.61 62.66 -
YUV 213.3 116.54 82.13 -
System Red Green Blue C M Y K H S L
Decimal 149 250 193 0.40 0 0.23 0.02 146.14 0.91 0.78
Hex 95 FA C1 28 0 17 2 92 5B 4E
Octal 225 372 301 50 0 27 2 222 133 116
Binary 10010101 11111010 11000001 101000 0 10111 10 10010010 1011011 1001110

Color Harmonies of #95FAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FAC1

Black with #95FAC1

Text Example


Text Example

White with #95FAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95FAC1;
 }
 .AnyTagClassName
 {
   color: #95FAC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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