Html Css Color HEX #95FDC4 Magic Mint

📋 copy color: '#95FDC4'

red 149 ◦ green 253 ◦ blue 196

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

Shades of Magic Mint #95FDC4

Tints of Magic Mint #95FDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.78%

R = 24.92%
G = 42.31%
B = 32.78%

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

#95FDC4 (or 0x95FDC4) is known color: Magic Mint. HEX triplet: 95, FD and C4. RGB value is (149,253,196). Sum of RGB (Red+Green+Blue) = 149+253+196=598 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.92% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #95FDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FDC4 is #6A023B. Grayscale: #D7D7D7. Windows color (decimal): -6947388 or 12909973. OLE color: 12909973.

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

Color convert

RGB 149 253 196 -
CMYK 0.41 0 0.23 0.01
HSL 147.12º 0.96% 0.79% -
HSV(B) 147.12º 0.41% 0.99% -
XYZ 57.48 80.63 64.76 -
YUV 215.41 117.04 80.63 -
System Red Green Blue C M Y K H S L
Decimal 149 253 196 0.41 0 0.23 0.01 147.12 0.96 0.79
Hex 95 FD C4 29 0 17 1 93 60 4F
Octal 225 375 304 51 0 27 1 223 140 117
Binary 10010101 11111101 11000100 101001 0 10111 1 10010011 1100000 1001111

Color Harmonies of #95FDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FDC4

Black with #95FDC4

Text Example


Text Example

White with #95FDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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