#95FDC4

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

Shades of Magic Mint #95FDC4

Tints of Magic Mint #95FDC4

Color information

#95FDC4 (or 0x95FDC4) is unknown color: approx 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

RGB149253196-
CMYK0.4100.230.01
HSL147.12º96.3%78.82%-
HSV(B)147.12º41.11%99.22%-
XYZ57.4880.6364.76-
YUV215.41117.0480.63-

RGB Variations

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

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 (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492531960.4100.230.01147.1296.378.82
Hex95FDC429017193604f
Octal225375304510271223140117
Binary10010101111111011100010010100101011111001001111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>