Html Css Color HEX #95FDC2 Magic Mint

📋 copy color: '#95FDC2'

red 149 ◦ green 253 ◦ blue 194

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

Shades of Magic Mint #95FDC2

Tints of Magic Mint #95FDC2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.45%

 BLUE value IS 194 (76.17% from 255) = 32.55%

R = 25%
G = 42.45%
B = 32.55%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#95FDC2 (or 0x95FDC2) is known color: Magic Mint. HEX triplet: 95, FD and C2. RGB value is (149,253,194). Sum of RGB (Red+Green+Blue) = 149+253+194=596 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #95FDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FDC2 is #6A023D. Grayscale: #D7D7D7. Windows color (decimal): -6947390 or 12778901. OLE color: 12778901.

HSL color Cylindrical-coordinate representation of color #95FDC2: hue angle of 145.96º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FDC2 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 253 194 -
CMYK 0.41 0 0.23 0.01
HSL 145.96º 0.96% 0.79% -
HSV(B) 145.96º 0.41% 0.99% -
XYZ 57.26 80.54 63.57 -
YUV 215.18 116.04 80.8 -
System Red Green Blue C M Y K H S L
Decimal 149 253 194 0.41 0 0.23 0.01 145.96 0.96 0.79
Hex 95 FD C2 29 0 17 1 92 60 4F
Octal 225 375 302 51 0 27 1 222 140 117
Binary 10010101 11111101 11000010 101001 0 10111 1 10010010 1100000 1001111

Color Harmonies of #95FDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FDC2

Black with #95FDC2

Text Example


Text Example

White with #95FDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,253,194); }

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

background-color css

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

 a { background-color: rgb(149,253,194); }

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

border-color css

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

 span { border-color: rgb(149,253,194); }

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