#95F7D1

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

Shades of Magic Mint #95F7D1

Tints of Magic Mint #95F7D1

Color information

#95F7D1 (or 0x95F7D1) is unknown color: approx Magic Mint. HEX triplet: 95, F7 and D1. RGB value is (149,247,209). Sum of RGB (Red+Green+Blue) = 149+247+209=605 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.63% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 247 - color contains mainly: green. Hex color #95F7D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F7D1 is #6A082E. Grayscale: #D5D5D5. Windows color (decimal): -6948911 or 13760405. OLE color: 13760405.

HSL color Cylindrical-coordinate representation of color #95F7D1: hue angle of 156.73º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F7D1 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB149247209-
CMYK0.4000.150.03
HSL156.73º85.96%77.65%-
HSV(B)156.73º39.68%96.86%-
XYZ57.1677.5172.27-
YUV213.37125.5382.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.63%
GREEN value IS 247 (96.88% from 255) = 40.83%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=24.63%
G=40.83%
B=34.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492472090.4000.150.03156.7385.9677.65
Hex95F7D1280F39d564e
Octal225367321500173235126116
Binary10010101111101111101000110100001111111001110110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,247,209); }

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

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

 a { background-color: rgb(149,247,209); }

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

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

 span { border-color: rgb(149,247,209); }

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